Home
last modified time | relevance | path

Searched refs:getCalledValue (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp232 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()
DDiffConsumer.cpp60 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
63 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
/external/llvm/include/llvm/Support/
DCallSite.h86 ValTy *getCalledValue() const { in getCalledValue() function
95 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
/external/llvm/lib/Analysis/
DCodeMetrics.cpp135 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
DAliasAnalysisEvaluator.cpp146 Value *Callee = CS.getCalledValue(); in runOnFunction()
DInlineCost.cpp672 if (!isa<InlineAsm>(CS.getCalledValue())) in visitCallSite()
681 Value *Callee = CS.getCalledValue(); in visitCallSite()
DLint.cpp199 Value *Callee = CS.getCalledValue(); in visitCallSite()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp178 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction()
DGlobalOpt.cpp650 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/
DLowerInvoke.cpp177 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport()
243 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke()
DAddrModeMatcher.cpp435 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses()
DInlineFunction.cpp196 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke()
DSimplifyCFG.cpp2278 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyResume()
2491 CallInst *CI = Builder.CreateCall(II->getCalledValue(), in SimplifyUnreachable()
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp94 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II); in ChangeToCall()
DCodeGenPrepare.cpp544 if (TLI && isa<InlineAsm>(CI->getCalledValue())) { in OptimizeCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp905 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/
DShadowStackGC.cpp177 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), in Next()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp386 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
/external/clang/lib/CodeGen/
DCGCall.cpp1314 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/
DInstructions.h1345 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/
DBitcodeWriter.cpp1161 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/
DX86FastISel.cpp1505 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/
DAsmWriter.cpp1814 Operand = CI->getCalledValue(); in printInstruction()
1847 Operand = II->getCalledValue(); in printInstruction()
DVerifier.cpp1119 Assert1(CS.getCalledValue()->getType()->isPointerTy(), in VerifyCallSite()
1121 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2211 const Value *Callee = CI->getCalledValue(); in SelectCall()
2228 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in SelectCall()

12