| /netbsd-src/external/apache2/llvm/dist/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()
|
| H A D | InstrTypes.h | 1389 Value *getCalledOperand() const { return Op<CalledOperandOpEndIdx>(); } 1397 return dyn_cast_or_null<Function>(getCalledOperand()); 1462 bool isInlineAsm() const { return isa<InlineAsm>(getCalledOperand()); }
|
| /netbsd-src/external/apache2/llvm/dist/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() 540 Value *Callee = CB.getCalledOperand(); in tryPromoteCall()
|
| H A D | LowerInvoke.cpp | 56 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl()
|
| H A D | Evaluator.cpp | 266 auto *V = CB.getCalledOperand(); in getCalleeWithFormalArgs() 589 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), C); in EvaluateBlock() 613 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), RetVal); in EvaluateBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 227 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) { in diffCallSites() 641 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff() 642 RInvoke->getCalledOperand())) in runBlockDiff() 655 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff() 656 RCall->getCalledOperand())) in runBlockDiff()
|
| H A D | DiffConsumer.cpp | 58 printValue(CI->getCalledOperand(), isL); in printValue() 61 printValue(II->getCalledOperand(), isL); in printValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 166 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck() 190 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFixFunctionBitcasts.cpp | 39 dyn_cast<Function>(CB.getCalledOperand()->stripPointerCasts()); in visitCallBase()
|
| H A D | AMDGPUAnnotateKernelFeatures.cpp | 294 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 293 if (CI->getCalledOperand() == GetExnF) in prepareEHPad() 295 if (CI->getCalledOperand() == GetSelectorF) in prepareEHPad()
|
| H A D | PreISelIntrinsicLowering.cpp | 42 if (!CI || CI->getCalledOperand() != &F) in lowerLoadRelative()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 79 Value *Callee = CB->getCalledOperand(); in findUses() 310 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts()); in runOnModule()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 428 Args.push_back(CI->getCalledOperand()); in wrapInvoke() 812 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledOperand()); in runEHOnFunction() 827 IRB.CreateCall(II->getFunctionType(), II->getCalledOperand(), Args); in runEHOnFunction() 1046 const Value *Callee = CI->getCalledOperand(); in runSjLjOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 110 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in removePassThroughBuiltin()
|
| H A D | BPFPreserveDIType.cpp | 54 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand()); in BPFPreserveDITypeImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 84 Value *Callee = cast<CallBase>(I)->getCalledOperand();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 53 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); in ExtraFlags() 277 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); in lowerInlineAsm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PruneEH.cpp | 132 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand())) in runImpl()
|
| H A D | CalledValuePropagation.cpp | 388 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register); in runCVP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SpeculateAnalyses.cpp | 57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 130 Callee = Call.getCalledOperand();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 119 Value *Callee = Call->getCalledOperand(); in runInternal()
|
| H A D | MemorySSA.cpp | 177 if (Call->getCalledOperand() != Other.Call->getCalledOperand()) in operator ==() 213 MLOC.getCall()->getCalledOperand())); in getHashValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1687 Value *AssumeIntrinsic = II->getCalledOperand(); in visitCallInst() 2236 Value *Callee = Call.getCalledOperand(); in visitCallBase() 2463 dyn_cast<Function>(Call.getCalledOperand()->stripPointerCasts()); in transformConstExprCastCall() 2585 PointerType *APTy = cast<PointerType>(Call.getCalledOperand()->getType()); in transformConstExprCastCall() 2750 Value *Callee = Call.getCalledOperand(); in transformCallThroughTrampoline()
|