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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 187 return (brdesc.hasDelaySlot());
215 if (desc.hasDelaySlot() || desc.isBranch() || isDelayFiller(MBB,I) ||
235 if (I->getDesc().hasDelaySlot()) {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 103 if (I->getDesc().hasDelaySlot()) {
173 || I->getDesc().hasDelaySlot()
302 return prevdesc.hasDelaySlot();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 385 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
387 bool hasDelaySlot() const {
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 137 if (!MI->hasDelaySlot())
217 I->hasDelaySlot() || I->isBundledWithSucc())
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); }
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 98 if (I->getDesc().hasDelaySlot()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 243 bool hasDelaySlot : 1;
InstrInfoEmitter.cpp 487 if (Inst.hasDelaySlot) OS << "|(1ULL<<MCID::DelaySlot)";
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 99 if (I->getDesc().hasDelaySlot()) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 234 bool hasDelaySlot;
InstrInfoEmitter.cpp 279 if (Inst.hasDelaySlot) OS << "|(1<<MCID::DelaySlot)";
CodeGenInstruction.cpp 310 hasDelaySlot = R->getValueAsBit("hasDelaySlot");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 539 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 240 if (Br->hasDelaySlot()) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 526 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 526 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 526 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 883 milliseconds

1 2