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

1 2

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 54 if (!isa<InlineAsm>(CS.getCalledValue()))
AliasAnalysisEvaluator.cpp 146 Value *Callee = CS.getCalledValue();
TargetTransformInfo.cpp 385 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType();
Lint.cpp 199 Value *Callee = CS.getCalledValue();
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 230 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
610 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
623 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/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/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 101 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II);
166 Value *Callee = II->getCalledValue();
CodeGenPrepare.cpp 612 if (TLI && isa<InlineAsm>(CI->getCalledValue())) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 182 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
GlobalOpt.cpp 819 if (CI->getCalledValue() != V) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 177 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
243 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
InlineFunction.cpp 196 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 177 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 748 if (!isa<InlineAsm>(CS.getCalledValue()))
757 Value *Callee = CS.getCalledValue();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 385 I.getCalledValue()->getType()->getContainedType(0));
SelectionDAGBuilder.cpp 311 if (isa<InlineAsm>(CI->getCalledValue()))
403 if (isa<InlineAsm>(CI->getCalledValue()))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 1972 milliseconds

1 2