HomeSort by relevance Sort by last modified time
    Searched refs:getCalledValue (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/llvm/include/llvm/Analysis/
IndirectCallSiteVisitor.h 24 if (CS.getCalledFunction() || !CS.getCalledValue())
31 if (isa<Constant>(CS.getCalledValue()))
  /external/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 39 if (!CI || CI->getCalledValue() != &F)
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 59 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 39 if (!CI || CI->getCalledValue() != &F)
WasmEHPrepare.cpp 254 if (CI->getCalledValue() == ClangCallTermF)
275 if (CI->getCalledValue() == GetExnF)
277 else if (CI->getCalledValue() == GetSelectorF)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 56 CallInst::Create(II->getCalledValue(), CallArgs, OpBundles, "", II);
CallPromotionUtils.cpp 266 if (CS.getCalledValue()->getType() != Callee->getType())
267 Callee = Builder.CreateBitCast(Callee, CS.getCalledValue()->getType());
268 auto *Cond = Builder.CreateICmpEQ(CS.getCalledValue(), Callee);
Evaluator.cpp 234 auto *V = CS.getCalledValue();
463 if (isa<InlineAsm>(CS.getCalledValue())) {
546 InstResult = castCallResultIfNeeded(CS.getCalledValue(), C);
569 InstResult = castCallResultIfNeeded(CS.getCalledValue(), RetVal);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
624 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
DiffConsumer.cpp 59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
DiffConsumer.cpp 58 printValue(cast<CallInst>(V)->getCalledValue(), isL);
61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
  /external/llvm/include/llvm/IR/
Statepoint.h 121 ValueTy *getCalledValue() const {
132 return dyn_cast<Function>(getCalledValue());
148 cast<PointerType>(getCalledValue()->getType())->getElementType());
CallSite.h 91 /// getCalledValue - Return the pointer to function that is being called.
93 ValTy *getCalledValue() const {
102 return dyn_cast<FunTy>(getCalledValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Statepoint.h 141 ValueTy *getCalledValue() const {
152 return dyn_cast<Function>(getCalledValue());
168 cast<PointerType>(getCalledValue()->getType())->getElementType());
CallSite.h 100 ValTy *getCalledValue() const {
108 return dyn_cast<FunTy>(getCalledValue());
113 const Value *V = getCalledValue();
  /external/mesa3d/src/amd/common/
ac_llvm_helper.cpp 72 return llvm::wrap(llvm::CallSite(llvm::unwrap<llvm::Instruction>(call)).getCalledValue());
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 84 /// getCalledValue - Return the pointer to function that is being called...
86 ValTy *getCalledValue() const {
95 return dyn_cast<FunTy>(getCalledValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFixFunctionBitcasts.cpp 84 Value *Callee = CS.getCalledValue();
227 cast<Function>(CallMain->getCalledValue()->stripPointerCasts());
WebAssemblyLowerEmscriptenEHSjLj.cpp 401 if (auto *F = dyn_cast<Function>(CI->getCalledValue()))
417 Args.push_back(CI->getCalledValue());
455 Value *Callee = CI->getCalledValue();
810 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DiffConsumer.cpp 59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
DifferenceEngine.cpp 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
655 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 138 if (!isa<InlineAsm>(CS.getCalledValue()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CodeMetrics.cpp 151 if (!isa<InlineAsm>(CS.getCalledValue()))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 92 if (!isa<InlineAsm>(CS.getCalledValue()))
330 if (CI->getCalledValue() == V)
334 if (II->getCalledValue() == V)

Completed in 1375 milliseconds

1 2 3 4 5 6