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

1 2

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 54 if (!isa<InlineAsm>(CS.getCalledValue()))
AliasAnalysisEvaluator.cpp 162 Value *Callee = CS.getCalledValue();
TargetTransformInfo.cpp 428 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType();
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 60 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
InlineFunction.cpp 176 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
189 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
    [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/
CallSite.h 83 /// getCalledValue - Return the pointer to function that is being called.
85 ValTy *getCalledValue() const {
94 return dyn_cast<FunTy>(getCalledValue());
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 71 const Value *V = CS.getCalledValue();
ShadowStackGC.cpp 178 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(),
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 181 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
GlobalOpt.cpp 625 if (CI->getCalledValue() != V) {
630 if (II->getCalledValue() != V) {
687 if (CS.getCalledValue() == V) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 120 if (isa<InlineAsm>(CS.getCalledValue())) {
427 I.getCalledValue()->getType()->getContainedType(0));
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 288 if (CI && isa<const InlineAsm>(CI->getCalledValue()))
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 409 const Value* V = CI->getCalledValue();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 201 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 316 if (isa<InlineAsm>(Call->getCalledValue()))
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 755 if (!isa<InlineAsm>(CS.getCalledValue()))
764 Value *Callee = CS.getCalledValue();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.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 727 milliseconds

1 2