/external/llvm/include/llvm/Analysis/ |
D | IndirectCallSiteVisitor.h | 24 if (CS.getCalledFunction() || !CS.getCalledValue()) in visitCallSite() 31 if (isa<Constant>(CS.getCalledValue())) in visitCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 254 if (CI->getCalledValue() == ClangCallTermF) in runOnFunction() 275 if (CI->getCalledValue() == GetExnF) in prepareEHPad() 277 else if (CI->getCalledValue() == GetSelectorF) in prepareEHPad()
|
D | PreISelIntrinsicLowering.cpp | 39 if (!CI || CI->getCalledValue() != &F) in lowerLoadRelative()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 266 if (CS.getCalledValue()->getType() != Callee->getType()) in versionCallSite() 267 Callee = Builder.CreateBitCast(Callee, CS.getCalledValue()->getType()); in versionCallSite() 268 auto *Cond = Builder.CreateICmpEQ(CS.getCalledValue(), Callee); in versionCallSite()
|
D | Evaluator.cpp | 234 auto *V = CS.getCalledValue(); in getCalleeWithFormalArgs() 463 if (isa<InlineAsm>(CS.getCalledValue())) { in EvaluateBlock() 546 InstResult = castCallResultIfNeeded(CS.getCalledValue(), C); in EvaluateBlock() 569 InstResult = castCallResultIfNeeded(CS.getCalledValue(), RetVal); in EvaluateBlock()
|
D | LowerInvoke.cpp | 56 CallInst::Create(II->getCalledValue(), CallArgs, OpBundles, "", II); in runImpl()
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff() 621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
|
D | DiffConsumer.cpp | 58 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue() 61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff() 624 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff() 655 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 141 ValueTy *getCalledValue() const { in getCalledValue() function 152 return dyn_cast<Function>(getCalledValue()); in getCalledFunction() 168 cast<PointerType>(getCalledValue()->getType())->getElementType()); in getActualReturnType()
|
D | CallSite.h | 100 ValTy *getCalledValue() const { in getCalledValue() function 108 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction() 113 const Value *V = getCalledValue(); in isIndirectCall()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 121 ValueTy *getCalledValue() const { in getCalledValue() function 132 return dyn_cast<Function>(getCalledValue()); in getCalledFunction() 148 cast<PointerType>(getCalledValue()->getType())->getElementType()); in getActualReturnType()
|
D | CallSite.h | 93 ValTy *getCalledValue() const { in getCalledValue() function 102 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 84 Value *Callee = CS.getCalledValue(); in FindUses() 227 cast<Function>(CallMain->getCalledValue()->stripPointerCasts()); in runOnModule()
|
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 401 if (auto *F = dyn_cast<Function>(CI->getCalledValue())) in wrapInvoke() 417 Args.push_back(CI->getCalledValue()); in wrapInvoke() 455 Value *Callee = CI->getCalledValue(); in getInvokeWrapper() 810 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue()); in runEHOnFunction() 824 CallInst *NewCall = IRB.CreateCall(II->getCalledValue(), Args); in runEHOnFunction() 1018 const Value *Callee = CI->getCalledValue(); in runSjLjOnFunction()
|
/external/swiftshader/third_party/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/Transforms/Utils/ |
D | LowerInvoke.cpp | 59 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 92 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock() 330 if (CI->getCalledValue() == V) in CountBonusForConstant() 334 if (II->getCalledValue() == V) in CountBonusForConstant()
|
/external/llvm/lib/CodeGen/ |
D | PreISelIntrinsicLowering.cpp | 39 if (!CI || CI->getCalledValue() != &F) in lowerLoadRelative()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_helper.cpp | 72 return llvm::wrap(llvm::CallSite(llvm::unwrap<llvm::Instruction>(call)).getCalledValue()); in ac_llvm_get_called_value()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 138 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 151 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
|