/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 104 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();
|
D | Statepoint.h | 133 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/ |
D | CallPromotionUtils.cpp | 265 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()
|
D | Evaluator.cpp | 271 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()
|
D | LowerInvoke.cpp | 56 CallInst::Create(II->getFunctionType(), II->getCalledValue(), in runImpl()
|
D | Local.cpp | 1963 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/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 382 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()
|
D | WebAssemblyFixFunctionBitcasts.cpp | 80 Value *Callee = CS.getCalledValue(); in findUses() 307 cast<Function>(CallMain->getCalledValue()->stripPointerCasts()); in runOnModule()
|
D | WebAssemblyFastISel.cpp | 758 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/ |
D | AMDGPUFixFunctionBitcasts.cpp | 37 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/ |
D | WasmEHPrepare.cpp | 286 if (CI->getCalledValue() == GetExnF) in prepareEHPad() 288 if (CI->getCalledValue() == GetSelectorF) in prepareEHPad()
|
D | PreISelIntrinsicLowering.cpp | 42 if (!CI || CI->getCalledValue() != &F) in lowerLoadRelative()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 62 Value *Callee = CallSite(I).getCalledValue();
|
D | DataFlowSanitizer.cpp | 1505 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/ |
D | PruneEH.cpp | 139 if (const auto *IA = dyn_cast<InlineAsm>(ICS.getCalledValue())) in runImpl()
|
D | CalledValuePropagation.cpp | 393 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/ |
D | StatepointLowering.cpp | 861 unsigned AS = ISP.getCalledValue()->getType()->getPointerAddressSpace(); in LowerStatepoint() 864 ActualCallee = getValue(ISP.getCalledValue()); in LowerStatepoint() 979 ImmutableStatepoint(I).getCalledValue()->getType()); in visitGCResult()
|
D | FunctionLoweringInfo.cpp | 189 if (isa<InlineAsm>(CS.getCalledValue())) { in set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 307 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/ |
D | CoroSplit.cpp | 967 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/ |
D | FastISel.h | 131 Callee = Call.getCalledValue();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 117 Value *Callee = Call->getCalledValue(); in runInternal()
|
D | MemorySSA.cpp | 170 if (Call->getCalledValue() != Other.Call->getCalledValue()) in operator ==() 206 MLOC.getCall()->getCalledValue())); in getHashValue()
|
D | StackSafetyAnalysis.cpp | 339 dyn_cast<GlobalValue>(CS.getCalledValue()->stripPointerCasts()); in analyzeAllUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 883 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType(); in getUserCost()
|