Home
last modified time | relevance | path

Searched defs:CallInst (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGuardUtils.h18 class CallInst; variable
H A DLocal.h36 class CallInst; variable
H A DSCCPSolver.h27 class CallInst; variable
H A DSimplifyLibCalls.h24 class CallInst; variable
H A DMemoryOpRemark.h24 class CallInst; variable
H A DCodeExtractor.h31 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h19 class CallInst; variable
H A DFastISel.h38 class CallInst; variable
H A DTargetLowering.h1164 virtual bool getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &, in getTgtMemIntrinsic()
2020 virtual bool shouldAlignPointerArgs(CallInst * /*CI*/, unsigned & /*MinSize*/, in shouldAlignPointerArgs() argument
4637 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { in mayBeEmittedAsTailCall()
4770 virtual bool ExpandInlineAsm(CallInst *) const { in ExpandInlineAsm() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h21 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTypeMetadataUtils.h23 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h27 class CallInst; variable
H A DGVN.h40 class CallInst; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h27 class CallInst; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h25 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h34 class CallInst; variable
H A DDiagnosticInfo.h40 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp109 MCInst CallInst; in EmitCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h39 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h50 class CallInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp976 static bool addCallTargetOperands(MachineInstrBuilder &CallInst, in addCallTargetOperands()
1156 MachineIRBuilder &MIRBuilder, MachineInstrBuilder &CallInst, in handleImplicitCallArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp890 auto CallInst = TII.insertOutlinedCall(M, MBB, StartIt, *MF, C); in outline() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp804 MCInst CallInst; in LowerSTATEPOINT() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp712 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst() function in CallInst
719 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst() function in CallInst
726 CallInst::CallInst(const CallInst &CI) in CallInst() function in CallInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1043 bool SampleProfileLoader::shouldInlineColdCallee(CallBase &CallInst) { in shouldInlineColdCallee()