Home
last modified time | relevance | path

Searched refs:getCalledOperand (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h210 Value *getCalledOperand() const { in getCalledOperand() function
212 return CB->getCalledOperand(); in getCalledOperand()
219 Value *V = getCalledOperand(); in getCalledFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp291 if (CB.getCalledOperand()->getType() != Callee->getType()) in versionCallSite()
292 Callee = Builder.CreateBitCast(Callee, CB.getCalledOperand()->getType()); in versionCallSite()
293 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee); in versionCallSite()
537 Value *Callee = CB.getCalledOperand(); in tryPromoteCall()
H A DLowerInvoke.cpp56 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl()
H A DEvaluator.cpp268 auto *V = CB.getCalledOperand(); in getCalleeWithFormalArgs()
599 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), C); in EvaluateBlock()
623 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), RetVal); in EvaluateBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp166 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck()
190 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp57 printValue(CI->getCalledOperand(), isL); in printValue()
60 printValue(II->getCalledOperand(), isL); in printValue()
H A DDifferenceEngine.cpp235 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) { in diffCallSites()
746 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
747 RInvoke->getCalledOperand())) in runBlockDiff()
760 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
761 RCall->getCalledOperand())) in runBlockDiff()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp39 dyn_cast<Function>(CB.getCalledOperand()->stripPointerCasts()); in visitCallBase()
H A DAMDGPUAnnotateKernelFeatures.cpp294 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
H A DAMDGPUPropagateAttributes.cpp256 if (!CI || CI->getCalledOperand() != &F) in process()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp276 if (CI->getCalledOperand() == GetExnF) in prepareEHPad()
278 if (CI->getCalledOperand() == GetSelectorF) in prepareEHPad()
H A DPreISelIntrinsicLowering.cpp42 if (!CI || CI->getCalledOperand() != &F) in lowerLoadRelative()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp110 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removePassThroughBuiltin()
H A DBPFPreserveDIType.cpp54 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFPreserveDITypeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp79 Value *Callee = CB->getCalledOperand(); in findUses()
310 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp438 Args.push_back(CI->getCalledOperand()); in wrapInvoke()
827 const Value *Callee = II->getCalledOperand(); in runEHOnFunction()
881 IRB.CreateCall(II->getFunctionType(), II->getCalledOperand(), Args); in runEHOnFunction()
1100 const Value *Callee = CI->getCalledOperand(); in runSjLjOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc84 Value *Callee = cast<CallBase>(I)->getCalledOperand();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp132 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl()
H A DCalledValuePropagation.cpp388 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register); in runCVP()
H A DFunctionSpecialization.cpp338 if (CS->getCalledOperand() != A) in getSpecializationBonus()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp53 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags()
277 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h130 Callee = Call.getCalledOperand();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp466 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp119 Value *Callee = Call->getCalledOperand(); in runInternal()

123