/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 612 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff() 625 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
|
D | DiffConsumer.cpp | 60 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue() 63 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
|
/external/llvm/include/llvm/Support/ |
D | CallSite.h | 86 ValTy *getCalledValue() const { in getCalledValue() function 95 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 135 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
|
D | AliasAnalysisEvaluator.cpp | 146 Value *Callee = CS.getCalledValue(); in runOnFunction()
|
D | InlineCost.cpp | 672 if (!isa<InlineAsm>(CS.getCalledValue())) in visitCallSite() 681 Value *Callee = CS.getCalledValue(); in visitCallSite()
|
D | Lint.cpp | 199 Value *Callee = CS.getCalledValue(); in visitCallSite()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 178 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction()
|
D | GlobalOpt.cpp | 650 if (CI->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull() 655 if (II->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull() 716 if (CS.getCalledValue() == V) { in OptimizeAwayTrappingUsesOfValue() 2500 if (isa<InlineAsm>(CS.getCalledValue())) return false; in EvaluateBlock() 2544 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue())); in EvaluateBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 177 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport() 243 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke()
|
D | AddrModeMatcher.cpp | 435 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses()
|
D | InlineFunction.cpp | 196 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke()
|
D | SimplifyCFG.cpp | 2278 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyResume() 2491 CallInst *CI = Builder.CreateCall(II->getCalledValue(), in SimplifyUnreachable()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 94 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II); in ChangeToCall()
|
D | CodeGenPrepare.cpp | 544 if (TLI && isa<InlineAsm>(CI->getCalledValue())) { in OptimizeCallInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 905 Value *Callee = CS.getCalledValue(); in visitCallSite() 1000 dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in transformConstExprCastCall() 1099 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall() 1255 Value *Callee = CS.getCalledValue(); in transformCallThroughTrampoline()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGC.cpp | 177 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), in Next()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 386 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1314 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) { in tryEmitFusedAutoreleaseOfResult() 1316 } else if (call->getCalledValue() == CGF.CGM.getARCEntrypoints() in tryEmitFusedAutoreleaseOfResult() 1323 if (asmCall->getCalledValue() in tryEmitFusedAutoreleaseOfResult() 1367 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain) in tryRemoveRetainOfSelf()
|
/external/llvm/include/llvm/ |
D | Instructions.h | 1345 const Value *getCalledValue() const { return Op<-1>(); } 1346 Value *getCalledValue() { return Op<-1>(); } 2976 const Value *getCalledValue() const { return Op<-3>(); } 2977 Value *getCalledValue() { return Op<-3>(); }
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1161 const Value *Callee(II->getCalledValue()); in WriteInstruction() 1288 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 1295 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1505 const Value *Callee = CI->getCalledValue(); in X86SelectCall() 1521 const Value *Callee = CI->getCalledValue(); in DoSelectCall() 1535 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in DoSelectCall()
|
/external/llvm/lib/VMCore/ |
D | AsmWriter.cpp | 1814 Operand = CI->getCalledValue(); in printInstruction() 1847 Operand = II->getCalledValue(); in printInstruction()
|
D | Verifier.cpp | 1119 Assert1(CS.getCalledValue()->getType()->isPointerTy(), in VerifyCallSite() 1121 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2211 const Value *Callee = CI->getCalledValue(); in SelectCall() 2228 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in SelectCall()
|