HomeSort by relevance Sort by last modified time
    Searched refs:isCall (Results 176 - 200 of 217) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 103 if (MI.isCall())
    [all...]
SplitKit.cpp 77 if (I->isCall()) {
    [all...]
MachineScheduler.cpp 402 /// scheduling across calls. In PostRA scheduling, we need the isCall to enforce
409 return MI->isCall() || TII->isSchedulingBoundary(*MI, MBB, *MF);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 329 if (MII == MBB.end() || MII->isCall() ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 774 if (MCID.mayStore() || MCID.isCall())
    [all...]
SplitKit.cpp 83 if (I->getDesc().isCall()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.cpp 586 while (I != B && !llvm::prior(I)->getDesc().isCall())
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
HexagonHardwareLoops.cpp     [all...]
HexagonFrameLowering.cpp 245 if (MI->isCall())
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 760 if (MCID.isCall())
    [all...]

Completed in 1120 milliseconds

1 2 3 4 5 6 78 9