| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | AbstractCallSite.h | 210 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 D | BPFIRPeephole.cpp | 60 if (auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand())) { in BPFIRPeepholeImpl() 81 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFIRPeepholeImpl()
|
| H A D | BPFCheckAndAdjustIR.cpp | 111 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removePassThroughBuiltin() 141 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removeCompareBuiltin()
|
| H A D | BPFPreserveDIType.cpp | 55 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFPreserveDITypeImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 291 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 D | LowerInvoke.cpp | 54 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 166 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 D | DiffConsumer.cpp | 57 printValue(CI->getCalledOperand(), isL); in printValue() 60 printValue(II->getCalledOperand(), isL); in printValue()
|
| H A D | DifferenceEngine.cpp | 235 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 D | WasmEHPrepare.cpp | 282 if (CI->getCalledOperand() == GetExnF) in prepareEHPad() 284 if (CI->getCalledOperand() == GetSelectorF) in prepareEHPad()
|
| H A D | PreISelIntrinsicLowering.cpp | 41 if (!CI || CI->getCalledOperand() != &F) in lowerLoadRelative()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAnnotateKernelFeatures.cpp | 77 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
|
| H A D | SIMachineFunctionInfo.cpp | 674 const InlineAsm *IA = dyn_cast<InlineAsm>(CB->getCalledOperand()); in mayUseAGPRs() 686 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in mayUseAGPRs()
|
| H A D | AMDGPUPropagateAttributes.cpp | 252 if (!CI || CI->getCalledOperand() != &F) in process()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 74 Value *Callee = CB->getCalledOperand(); in findUses() 290 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
|
| H A D | WebAssemblyAddMissingPrototypes.cpp | 99 if (CB->getCalledOperand() == V) in runOnModule()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 529 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 D | type-mapping-bug3.ll | 28 ; The call with the getCalledOperand() vs getCalledFunction() mismatch.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 85 Value *Callee = cast<CallBase>(I)->getCalledOperand();
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PruneEH.cpp | 129 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl()
|
| H A D | CalledValuePropagation.cpp | 391 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register); in runCVP()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 48 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 D | SpeculateAnalyses.cpp | 57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 466 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 130 Callee = Call.getCalledOperand();
|