/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 230 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 610 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff() 623 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
|
D | DiffConsumer.cpp | 59 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue() 62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 54 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
|
D | AliasAnalysisEvaluator.cpp | 163 Value *Callee = CS.getCalledValue(); in runOnFunction()
|
D | TargetTransformInfo.cpp | 400 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType(); in getUserCost()
|
D | Lint.cpp | 199 Value *Callee = CS.getCalledValue(); in visitCallSite()
|
/external/llvm/include/llvm/Support/ |
D | CallSite.h | 85 ValTy *getCalledValue() const { in getCalledValue() function 94 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 100 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II); in changeToCall() 165 Value *Callee = II->getCalledValue(); in markAliveBlocks()
|
D | CodeGenPrepare.cpp | 615 if (TLI && isa<InlineAsm>(CI->getCalledValue())) { in OptimizeCallInst() 1306 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 174 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport() 240 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke()
|
D | InlineFunction.cpp | 209 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 180 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction()
|
D | GlobalOpt.cpp | 820 if (CI->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull() 825 if (II->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull() 886 if (CS.getCalledValue() == V) { in OptimizeAwayTrappingUsesOfValue() 2745 if (isa<InlineAsm>(CS.getCalledValue())) { in EvaluateBlock() 2808 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue())); in EvaluateBlock()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 888 Value *Callee = CS.getCalledValue(); in visitCallSite() 983 dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in transformConstExprCastCall() 1091 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall() 1254 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/Analysis/IPA/ |
D | InlineCost.cpp | 752 if (!isa<InlineAsm>(CS.getCalledValue())) in visitCallSite() 761 Value *Callee = CS.getCalledValue(); in visitCallSite()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 391 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
|
D | SelectionDAGBuilder.cpp | 312 if (isa<InlineAsm>(CI->getCalledValue())) in getCopyFromPartsVector() 404 if (isa<InlineAsm>(CI->getCalledValue())) in getCopyToParts() 1880 const Value *Callee(I.getCalledValue()); in visitInvoke() 5044 SDValue Arg = getValue(I.getCalledValue()); in visitIntrinsicCall() 5219 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in LowerCallTo() 5548 if (isa<InlineAsm>(I.getCalledValue())) { in visitCall() 5675 Callee = getValue(I.getCalledValue()); in visitCall() 5868 const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue()); in visitInlineAsm()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 193 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) { in mightUseCTR()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1513 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) { in tryEmitFusedAutoreleaseOfResult() 1515 } else if (call->getCalledValue() == CGF.CGM.getARCEntrypoints() in tryEmitFusedAutoreleaseOfResult() 1532 assert(cast<llvm::CallInst>(prev)->getCalledValue() == in tryEmitFusedAutoreleaseOfResult() 1578 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain) in tryRemoveRetainOfSelf()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1371 const Value *getCalledValue() const { return Op<-1>(); } 1372 Value *getCalledValue() { return Op<-1>(); } 3116 const Value *getCalledValue() const { return Op<-3>(); } 3117 Value *getCalledValue() { return Op<-3>(); }
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1385 const Value *Callee(II->getCalledValue()); in WriteInstruction() 1519 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 1526 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1796 const Value *Callee = CI->getCalledValue(); in X86SelectCall() 1832 const Value *Callee = CI->getCalledValue(); in DoSelectCall() 1848 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in DoSelectCall()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1885 Operand = CI->getCalledValue(); in printInstruction() 1918 Operand = II->getCalledValue(); in printInstruction()
|
D | Verifier.cpp | 1465 Assert1(CS.getCalledValue()->getType()->isPointerTy(), in VerifyCallSite() 1467 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite()
|