Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h104 ValTy *getCalledValue() const { in getCalledValue() function
112 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
117 const Value *V = getCalledValue(); in isIndirectCall()
886 Value *getCalledValue() const {
888 return CS.getCalledValue();
895 Value *V = getCalledValue();
DStatepoint.h133 ValueTy *getCalledValue() const { in getCalledValue() function
143 return dyn_cast<Function>(getCalledValue()); in getCalledFunction()
159 cast<PointerType>(getCalledValue()->getType())->getElementType()); in getActualReturnType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp265 if (CS.getCalledValue()->getType() != Callee->getType()) in versionCallSite()
266 Callee = Builder.CreateBitCast(Callee, CS.getCalledValue()->getType()); in versionCallSite()
267 auto *Cond = Builder.CreateICmpEQ(CS.getCalledValue(), Callee); in versionCallSite()
DEvaluator.cpp271 auto *V = CS.getCalledValue(); in getCalleeWithFormalArgs()
489 if (isa<InlineAsm>(CS.getCalledValue())) { in EvaluateBlock()
572 InstResult = castCallResultIfNeeded(CS.getCalledValue(), C); in EvaluateBlock()
595 InstResult = castCallResultIfNeeded(CS.getCalledValue(), RetVal); in EvaluateBlock()
DLowerInvoke.cpp56 CallInst::Create(II->getFunctionType(), II->getCalledValue(), in runImpl()
DLocal.cpp1963 II->getCalledValue(), Args, OpBundles); in createCallMatchingInvoke()
2014 InvokeInst::Create(CI->getFunctionType(), CI->getCalledValue(), Split, in changeToInvokeAndSplitBasicBlock()
2045 Value *Callee = CI->getCalledValue(); in markAliveBlocks()
2120 Value *Callee = II->getCalledValue(); in markAliveBlocks()
2933 if (isa<InlineAsm>(ImmutableCallSite(I).getCalledValue())) in canReplaceOperandWithVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp382 if (auto *F = dyn_cast<Function>(CI->getCalledValue())) in wrapInvoke()
398 Args.push_back(CI->getCalledValue()); in wrapInvoke()
450 Value *Callee = CI->getCalledValue(); in getInvokeWrapper()
758 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue()); in runEHOnFunction()
773 IRB.CreateCall(II->getFunctionType(), II->getCalledValue(), Args); in runEHOnFunction()
969 const Value *Callee = CI->getCalledValue(); in runSjLjOnFunction()
DWebAssemblyFixFunctionBitcasts.cpp80 Value *Callee = CS.getCalledValue(); in findUses()
307 cast<Function>(CallMain->getCalledValue()->stripPointerCasts()); in runOnModule()
DWebAssemblyFastISel.cpp758 if (!IsDirect && isa<ConstantExpr>(Call->getCalledValue())) in selectCall()
864 CalleeReg = getRegForValue(Call->getCalledValue()); in selectCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUFixFunctionBitcasts.cpp37 auto Callee = dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp286 if (CI->getCalledValue() == GetExnF) in prepareEHPad()
288 if (CI->getCalledValue() == GetSelectorF) in prepareEHPad()
DPreISelIntrinsicLowering.cpp42 if (!CI || CI->getCalledValue() != &F) in lowerLoadRelative()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc62 Value *Callee = CallSite(I).getCalledValue();
DDataFlowSanitizer.cpp1505 IRB.CreateCall(I.getFunctionType(), I.getCalledValue(), in visitMemTransferInst()
1541 if ((F && F->isIntrinsic()) || isa<InlineAsm>(CS.getCalledValue())) { in visitCallSite()
1554 DFSF.DFS.UnwrappedFnMap.find(CS.getCalledValue()); in visitCallSite()
1677 CS.getCalledValue()->getType()->getPointerElementType()); in visitCallSite()
1714 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT)); in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp139 if (const auto *IA = dyn_cast<InlineAsm>(ICS.getCalledValue())) in runImpl()
DCalledValuePropagation.cpp393 auto RegI = CVPLatticeKey(CS.getCalledValue(), IPOGrouping::Register); in runCVP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp861 unsigned AS = ISP.getCalledValue()->getType()->getPointerAddressSpace(); in LowerStatepoint()
864 ActualCallee = getValue(ISP.getCalledValue()); in LowerStatepoint()
979 ImmutableStatepoint(I).getCalledValue()->getType()); in visitGCResult()
DFunctionLoweringInfo.cpp189 if (isa<InlineAsm>(CS.getCalledValue())) { in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp307 return !(CI && isa<const InlineAsm>(CI->getCalledValue())); in shouldConvertUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp967 if (auto *CalledValue = Call->getCalledValue()) in addMustTailToCoroResumes()
1102 auto *Callee = CS.getCalledValue()->stripPointerCasts(); in simplifySuspendPoint()
1132 auto *CalledValue = CS.getCalledValue(); in simplifySuspendPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h131 Callee = Call.getCalledValue();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp117 Value *Callee = Call->getCalledValue(); in runInternal()
DMemorySSA.cpp170 if (Call->getCalledValue() != Other.Call->getCalledValue()) in operator ==()
206 MLOC.getCall()->getCalledValue())); in getHashValue()
DStackSafetyAnalysis.cpp339 dyn_cast<GlobalValue>(CS.getCalledValue()->stripPointerCasts()); in analyzeAllUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h883 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType(); in getUserCost()

123