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

1 2

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 60 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
InlineFunction.cpp 196 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
218 InvokeInst::Create(CI->getCalledValue(), Split, UnwindEdge, InvokeArgs,
    [all...]
Local.cpp     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
DiffConsumer.cpp 59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 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/llvm/lib/Transforms/IPO/
PruneEH.cpp 142 if (const auto *IA = dyn_cast<InlineAsm>(ICS.getCalledValue()))
194 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, OpBundles,
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 139 if (!isa<InlineAsm>(CS.getCalledValue()))
AliasAnalysisEvaluator.cpp 165 Value *Callee = CS.getCalledValue();
InlineCost.cpp 808 if (!isa<InlineAsm>(CS.getCalledValue()))
817 Value *Callee = CS.getCalledValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 140 if (isa<InlineAsm>(CS.getCalledValue())) {
535 I.getCalledValue()->getType()->getContainedType(0));
StatepointLowering.cpp 304 unsigned AS = ISP.getCalledValue()->getType()->getPointerAddressSpace();
308 ActualCallee = Builder.getValue(ISP.getCalledValue());
    [all...]
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
ConstantHoisting.cpp 320 if (isa<InlineAsm>(Call->getCalledValue()))
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 288 if (CI && isa<const InlineAsm>(CI->getCalledValue()))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 682 if (Value *V = SimplifyCall(CI.getCalledValue(), Args.begin(), Args.end(), DL,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
SanitizerCoverage.cpp 362 Value *Callee = CS.getCalledValue();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 481 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType();
  /external/llvm/include/llvm/CodeGen/
FastISel.h 121 Callee = Call.getCalledValue();
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 179 InvokeInst::Create(CI->getCalledValue(), NewBB, CleanupBB, Args,
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 430 const Value* V = CI->getCalledValue();
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 226 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {

Completed in 315 milliseconds

1 2