HomeSort by: relevance | last modified time | path
    Searched refs:getCalledOperand (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUFixFunctionBitcasts.cpp 39 dyn_cast<Function>(CB.getCalledOperand()->stripPointerCasts());
AMDGPUAnnotateKernelFeatures.cpp 294 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AbstractCallSite.h 210 Value *getCalledOperand() const {
212 return CB->getCalledOperand();
219 Value *V = getCalledOperand();
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()); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 56 CallInst::Create(II->getFunctionType(), II->getCalledOperand(),
CallPromotionUtils.cpp 291 if (CB.getCalledOperand()->getType() != Callee->getType())
292 Callee = Builder.CreateBitCast(Callee, CB.getCalledOperand()->getType());
293 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee);
540 Value *Callee = CB.getCalledOperand();
Evaluator.cpp 266 auto *V = CB.getCalledOperand();
589 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), C);
613 InstResult = castCallResultIfNeeded(CB.getCalledOperand(), RetVal);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
CFGuard.cpp 166 Value *CalledOperand = CB->getCalledOperand();
190 Value *CalledOperand = CB->getCalledOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfilePlugins.inc 84 Value *Callee = cast<CallBase>(I)->getCalledOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFCheckAndAdjustIR.cpp 110 auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand());
BPFPreserveDIType.cpp 54 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledOperand());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffConsumer.cpp 58 printValue(CI->getCalledOperand(), isL);
61 printValue(II->getCalledOperand(), isL);
DifferenceEngine.cpp 227 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) {
641 if (!equivalentAsOperands(LCall->getCalledOperand(),
642 RInvoke->getCalledOperand()))
655 if (!equivalentAsOperands(LInvoke->getCalledOperand(),
656 RCall->getCalledOperand()))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WasmEHPrepare.cpp 293 if (CI->getCalledOperand() == GetExnF)
295 if (CI->getCalledOperand() == GetSelectorF)
PreISelIntrinsicLowering.cpp 42 if (!CI || CI->getCalledOperand() != &F)
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixFunctionBitcasts.cpp 79 Value *Callee = CB->getCalledOperand();
310 cast<Function>(CallMain->getCalledOperand()->stripPointerCasts());
WebAssemblyLowerEmscriptenEHSjLj.cpp 428 Args.push_back(CI->getCalledOperand());
812 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledOperand());
827 IRB.CreateCall(II->getFunctionType(), II->getCalledOperand(), Args);
1046 const Value *Callee = CI->getCalledOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PruneEH.cpp 132 if (const auto *IA = dyn_cast<InlineAsm>(CB->getCalledOperand()))
CalledValuePropagation.cpp 388 auto RegI = CVPLatticeKey(C->getCalledOperand(), IPOGrouping::Register);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 53 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand());
277 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
SpeculateAnalyses.cpp 57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 130 Callee = Call.getCalledOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 119 Value *Callee = Call->getCalledOperand();
MemorySSA.cpp 177 if (Call->getCalledOperand() != Other.Call->getCalledOperand())
213 MLOC.getCall()->getCalledOperand()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 1687 Value *AssumeIntrinsic = II->getCalledOperand();
2236 Value *Callee = Call.getCalledOperand();
2463 dyn_cast<Function>(Call.getCalledOperand()->stripPointerCasts());
2585 PointerType *APTy = cast<PointerType>(Call.getCalledOperand()->getType());
2750 Value *Callee = Call.getCalledOperand();

Completed in 91 milliseconds

1 2 3