Searched defs:CallInst (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp108 MCInst CallInst; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1240 auto CallInst = TII.insertOutlinedCall(M, MBB, StartIt, *MF, C); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp922 bool SampleProfileLoader::shouldInlineColdCallee(Instruction &CallInst) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1235 MCInst CallInst; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1406 class CallInst : public CallBase { class in namespace:llvm
1415 inline CallInst(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1693 CallInst::CallInst(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1704 CallInst::CallInst(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp422 CallInst::CallInst(FunctionTyp function in class:CallInst
429 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, function in class:CallInst
436 CallInst::CallInst(const CallInst &CI) function in class:CallInst
[all...]

Completed in 172 milliseconds