| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 292 if (CB.getCalledOperand()->getType() != Callee->getType()) in versionCallSite() 293 Callee = Builder.CreateBitCast(Callee, CB.getCalledOperand()->getType()); in versionCallSite() 294 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee); in versionCallSite() 566 Value *Callee = CB.getCalledOperand(); in tryPromoteCall()
|
| H A D | LowerInvoke.cpp | 54 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 179 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck() 208 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch()
|
| /freebsd-14.2/contrib/llvm-project/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 | 345 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand(), in diffCallSites() 927 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff() 928 RInvoke->getCalledOperand(), nullptr)) in runBlockDiff() 941 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff() 942 RCall->getCalledOperand(), nullptr)) in runBlockDiff()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 119 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removePassThroughBuiltin() 149 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removeCompareBuiltin() 205 auto *Called = dyn_cast<Function>(Call->getCalledOperand()); in sinkMinMaxInBB()
|
| H A D | BPFPreserveDIType.cpp | 56 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFPreserveDITypeImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 74 Value *Callee = CB->getCalledOperand(); in findUses() 287 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
|
| H A D | WebAssemblyAddMissingPrototypes.cpp | 99 if (CB->getCalledOperand() == V) in runOnModule()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 530 Args.push_back(CI->getCalledOperand()); in wrapInvoke() 856 if (canLongjmp(CB->getCalledOperand())) in containsLongjmpableCalls() 1095 const Value *Callee = II->getCalledOperand(); in runEHOnFunction() 1508 const Value *Callee = CI->getCalledOperand(); in handleLongjmpableCallsForEmscriptenSjLj() 1787 const Value *Callee = CI->getCalledOperand(); in handleLongjmpableCallsForWasmSjLj()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAnnotateKernelFeatures.cpp | 77 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
|
| H A D | SIMachineFunctionInfo.cpp | 760 const InlineAsm *IA = dyn_cast<InlineAsm>(CB->getCalledOperand()); in mayUseAGPRs() 772 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in mayUseAGPRs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 313 if (CI->getCalledOperand() == GetExnF) in prepareEHPad() 315 if (CI->getCalledOperand() == GetSelectorF) in prepareEHPad()
|
| H A D | PreISelIntrinsicLowering.cpp | 78 if (!CI || CI->getCalledOperand() != &F) in lowerLoadRelative()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | KCFI.cpp | 97 Value *FuncPtr = Call->getCalledOperand(); in run()
|
| H A D | ValueProfilePlugins.inc | 85 Value *Callee = cast<CallBase>(I)->getCalledOperand();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 48 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags() 219 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1043 auto *Callee = dyn_cast_if_present<Function>(CB.getCalledOperand()); in getAssociatedArgument() 1286 if (auto *Callee = dyn_cast_if_present<Function>(CB->getCalledOperand())) in SubsumingPositionIterator() 1295 dyn_cast_if_present<Function>(CB->getCalledOperand())) { in SubsumingPositionIterator() 1315 auto *Callee = dyn_cast_if_present<Function>(CB->getCalledOperand()); in SubsumingPositionIterator() 1522 if (CB.getCalledOperand() == Arg->getParent() && in translateArgumentToCallSiteContent() 1740 if (const Function *Callee = dyn_cast<Function>(CB.getCalledOperand())) in checkForAllCallees() 2472 auto *Callee = dyn_cast_if_present<Function>(CB->getCalledOperand()); in cleanupIR() 2873 if (cast<CallBase>(ACS.getInstruction())->getCalledOperand()->getType() != in isValidFunctionSignatureRewrite() 3259 cast<CallInst>(I).getCalledOperand())) in initializeInformationCache() 3531 Function *Callee = dyn_cast_if_present<Function>(CB.getCalledOperand()); in identifyDefaultAbstractAttributes()
|
| H A D | CalledValuePropagation.cpp | 389 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register); in runCVP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SpeculateAnalyses.cpp | 56 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 333 return dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in getMaybeBitcastedCallee()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 446 return GetFunction(inst->getCalledOperand()); in GetCalledFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 131 Callee = Call.getCalledOperand();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 375 auto *CalledValue = CB->getCalledOperand(); in computeFunctionSummary() 1119 auto *CalledValue = CB->getCalledOperand(); in mayHaveMemprofSummary()
|