Searched refs:CallInst (Results 126 - 137 of 137) sorted by relevance

123456

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1622 llvm::CallInst *Result = Builder.CreateCall(IA, Args);
H A DCGExpr.cpp1948 llvm::CallInst *TrapCall = Builder.CreateCall(F);
H A DCGObjCGNU.cpp627 llvm::CallInst *slot = Builder.CreateCall(SlotLookupSuperFn, lookupArgs);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2754 static Value *SimplifyCallInst(CallInst *CI, const Query &) {
2859 Result = SimplifyCallInst(cast<CallInst>(I), Query (TD, TLI, DT));
H A DScalarEvolution.cpp4667 if (const CallInst *CI = dyn_cast<CallInst>(I))
/external/llvm/lib/AsmParser/
H A DLLParser.cpp119 // Look for intrinsic functions and CallInst that need to be upgraded
3686 CallInst *CI = CallInst::Create(Callee, Args);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2253 const CallInst *CI = cast<CallInst>(I);
H A DARMISelLowering.cpp2015 bool ARMTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
9499 bool ARMTargetLowering::ExpandInlineAsm(CallInst *CI) const {
9841 const CallInst &I,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1095 if (isa<CallInst>(Inst)) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1409 return CallInst::Create(F, V);
H A DInstructionCombining.cpp1227 Instruction *InstCombiner::visitFree(CallInst &FI) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1782 bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
16265 bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {

Completed in 269 milliseconds

123456