Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFIRPeephole.cpp60 if (auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand())) { in BPFIRPeepholeImpl()
81 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFIRPeepholeImpl()
H A DBPFCheckAndAdjustIR.cpp111 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removePassThroughBuiltin()
141 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removeCompareBuiltin()
H A DBPFPreserveDIType.cpp55 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFPreserveDITypeImpl()
/llvm-project-15.0.7/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()
553 Value *Callee = CB.getCalledOperand(); in tryPromoteCall()
H A DLowerInvoke.cpp54 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp166 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck()
196 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch()
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
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()
766 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
767 RInvoke->getCalledOperand())) in runBlockDiff()
780 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
781 RCall->getCalledOperand())) in runBlockDiff()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp282 if (CI->getCalledOperand() == GetExnF) in prepareEHPad()
284 if (CI->getCalledOperand() == GetSelectorF) in prepareEHPad()
H A DPreISelIntrinsicLowering.cpp41 if (!CI || CI->getCalledOperand() != &F) in lowerLoadRelative()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp77 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
H A DSIMachineFunctionInfo.cpp674 const InlineAsm *IA = dyn_cast<InlineAsm>(CB->getCalledOperand()); in mayUseAGPRs()
686 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in mayUseAGPRs()
H A DAMDGPUPropagateAttributes.cpp252 if (!CI || CI->getCalledOperand() != &F) in process()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp74 Value *Callee = CB->getCalledOperand(); in findUses()
290 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
H A DWebAssemblyAddMissingPrototypes.cpp99 if (CB->getCalledOperand() == V) in runOnModule()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp529 Args.push_back(CI->getCalledOperand()); in wrapInvoke()
858 if (canLongjmp(CB->getCalledOperand())) in containsLongjmpableCalls()
1097 const Value *Callee = II->getCalledOperand(); in runEHOnFunction()
1514 const Value *Callee = CI->getCalledOperand(); in handleLongjmpableCallsForEmscriptenSjLj()
1795 const Value *Callee = CI->getCalledOperand(); in handleLongjmpableCallsForWasmSjLj()
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dtype-mapping-bug3.ll28 ; The call with the getCalledOperand() vs getCalledFunction() mismatch.
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc85 Value *Callee = cast<CallBase>(I)->getCalledOperand();
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp129 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl()
H A DCalledValuePropagation.cpp391 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register); in runCVP()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp48 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags()
273 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp466 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h130 Callee = Call.getCalledOperand();

1234