Searched refs:CallInst (Results 151 - 175 of 184) sorted by relevance

12345678

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1565 /// \returns True if this block contains a CallInst with the NoDuplicate
1569 const CallInst *CI = dyn_cast<CallInst>(I);
2901 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
2992 if (isa<CallInst>(BBI) && !isa<DbgInfoIntrinsic>(BBI)) break;
3117 CallInst *CI = Builder.CreateCall(II->getCalledValue(),
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2639 const CallInst *CI = cast<CallInst>(I);
2651 if (cast<CallInst>(I)->isTailCall())
2675 const CallInst *CI = cast<CallInst>(I);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1974 CallInst *Call = Builder->CreateCall2(F, TruncA, TruncB, "sadd");
2006 CallInst *Call = Builder->CreateCall2(F, LHS, RHS, "uadd");
2182 CallInst *Call = Builder->CreateCall2(F, MulA, MulB, "umul");
3608 CallInst *CI = cast<CallInst>(LHSI);
H A DInstructionCombining.cpp1857 tryToMoveFreeBeforeNullTest(CallInst &FI) {
1899 Instruction *InstCombiner::visitFree(CallInst &FI) {
H A DInstCombineMulDivRem.cpp679 if (isa<CallInst>(BBI) && !isa<IntrinsicInst>(BBI))
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1019 if (llvm::CallInst *CI = dyn_cast<llvm::CallInst>(CallOrInvoke))
H A DCGObjCMac.cpp3596 llvm::CallInst *call = Builder.CreateCall(ReadHazard, Locals);
3621 if (!isa<llvm::CallInst>(I) && !isa<llvm::InvokeInst>(I)) continue;
3852 llvm::CallInst *SetJmpResult =
3889 llvm::CallInst *Caught =
3915 llvm::CallInst *SetJmpResult =
3988 llvm::CallInst *Match =
4046 llvm::CallInst *NewCaught =
4078 llvm::CallInst *Caught =
H A DCGExpr.cpp2246 llvm::CallInst *HandlerCall = EmitNounwindRuntimeCall(Fn, Args);
2267 llvm::CallInst *TrapCall = Builder.CreateCall(F);
H A DMicrosoftCXXABI.cpp1483 llvm::CallInst *Call = CGF.Builder.CreateCall(Callee, Args);
1484 Call->setTailCallKind(llvm::CallInst::TCK_MustTail);
H A DCGStmt.cpp1993 llvm::CallInst *Result = Builder.CreateCall(IA, Args);
H A DCGObjCGNU.cpp689 llvm::CallInst *slot =
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp267 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
H A DIndVarSimplify.cpp1391 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I))
H A DSROA.cpp2421 CallInst *New = IRB.CreateMemSet(
2588 CallInst *New = IRB.CreateMemCpy(
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp244 const CallInst &I, unsigned Intrinsic) const
/external/llvm/lib/IR/
H A DFunction.cpp750 if (!isa<CallInst>(FU) && !isa<InvokeInst>(FU))
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp244 const CallInst &I, unsigned Intrinsic) const
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1454 if (const CallInst *CI = dyn_cast<CallInst>(I))
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1503 const CallInst &CI = cast<CallInst>(I);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1310 const CallInst *CI = cast<CallInst>(I);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1431 const CallInst* call = cast<CallInst>(I);
1447 Out << "CallInst* " << iName << " = CallInst::Create("
1451 Out << "CallInst* " << iName << " = CallInst::Create("
1454 Out << "CallInst* " << iName << " = CallInst::Create("
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1373 const CallInst *CI = cast<CallInst>(I);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1695 {!CallConv}. See the method [llvm::CallInst::getCallingConv] and
1702 See the method [llvm::CallInst::setCallingConv]
1721 See the method [llvm::CallInst::isTailCall]. *)
1726 See the method [llvm::CallInst::setTailCall]. *)
1866 See the method [llvm::CallInst::CreateMalloc]. *)
1871 See the method [llvm::CallInst::CreateArrayMalloc]. *)
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp831 /// CallInst if there was a previous stack frame. This method may
1093 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction()));
2127 if (!isa<CallInst>(I) && !isa<InvokeInst>(I) &&
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2274 const CallInst *CI = cast<CallInst>(I);

Completed in 611 milliseconds

12345678