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

1234567

/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp422 const CallInst *CallI = cast<CallInst>(CS->getInstruction());
486 if (isa<CallInst>(CalleeI)) {
488 if (llvm::getAlign(*cast<CallInst>(CalleeI), Idx, Align))
491 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue();
1901 IntrinsicInfo &Info, const CallInst &I, unsigned Intrinsic) const {
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1844 const CallInst *CI = cast<CallInst>(I);
1856 if (cast<CallInst>(I)->isTailCall())
1880 const CallInst *CI = cast<CallInst>(I);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3627 llvm::CallInst *call = Builder.CreateCall(ReadHazard, Locals);
3652 if (!isa<llvm::CallInst>(I) && !isa<llvm::InvokeInst>(I)) continue;
3883 llvm::CallInst *SetJmpResult =
3920 llvm::CallInst *Caught =
3946 llvm::CallInst *SetJmpResult =
4019 llvm::CallInst *Match =
4077 llvm::CallInst *NewCaught =
4109 llvm::CallInst *Caught =
H A DCGExprCXX.cpp953 if (llvm::CallInst *CI = dyn_cast<llvm::CallInst>(CallOrInvoke))
H A DCGStmt.cpp1721 llvm::CallInst *Result = Builder.CreateCall(IA, Args);
H A DCGExpr.cpp2197 llvm::CallInst *HandlerCall = EmitNounwindRuntimeCall(Fn, Args);
2218 llvm::CallInst *TrapCall = Builder.CreateCall(F);
H A DCGObjCGNU.cpp706 llvm::CallInst *slot =
H A DCodeGenModule.cpp2033 newCall = llvm::CallInst::Create(newFn, newArgs, "",
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp253 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
H A DIndVarSimplify.cpp1332 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I))
H A DSROA.cpp2343 CallInst *New = IRB.CreateMemSet(
2515 CallInst *New = IRB.CreateMemCpy(IsDest ? OurPtr : OtherPtr,
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp221 const CallInst &I, unsigned Intrinsic) const {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1971 CallInst *Call = Builder->CreateCall2(F, TruncA, TruncB, "sadd");
2003 CallInst *Call = Builder->CreateCall2(F, LHS, RHS, "uadd");
3360 CallInst *CI = cast<CallInst>(LHSI);
H A DInstructionCombining.cpp1535 tryToMoveFreeBeforeNullTest(CallInst &FI) {
1577 Instruction *InstCombiner::visitFree(CallInst &FI) {
H A DInstCombineMulDivRem.cpp639 if (isa<CallInst>(BBI) && !isa<IntrinsicInst>(BBI))
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1456 if (const CallInst *CI = dyn_cast<CallInst>(I))
H A DInstructionSimplify.cpp3143 CallSite CS(cast<CallInst>(I));
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1453 const CallInst &CI = cast<CallInst>(I);
/freebsd-10.2-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1414 const CallInst* call = cast<CallInst>(I);
1430 Out << "CallInst* " << iName << " = CallInst::Create("
1434 Out << "CallInst* " << iName << " = CallInst::Create("
1437 Out << "CallInst* " << iName << " = CallInst::Create("
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1355 const CallInst *CI = cast<CallInst>(I);
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp104 } else if (CallInst *CI = dyn_cast<CallInst>(V)) {
181 // Look for intrinsic functions and CallInst that need to be upgraded
4030 CallInst *CI = CallInst::Create(Callee, Args);
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp830 /// CallInst if there was a previous stack frame. This method may
1092 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction()));
2126 if (!isa<CallInst>(I) && !isa<InvokeInst>(I) &&
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2352 const CallInst *CI = cast<CallInst>(I);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1117 if (isa<CallInst>(Inst)) {
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp585 bool SystemZTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {

Completed in 323 milliseconds

1234567