HomeSort by relevance Sort by last modified time
    Searched refs:findDelayInstr (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 76 bool findDelayInstr(MachineBasicBlock &MBB,
125 if (!NopDelaySlotFiller && findDelayInstr(MBB, I, J)) {
146 bool Filler::findDelayInstr(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 83 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot,
105 if (EnableDelaySlotFiller && findDelayInstr(MBB, I, D)) {
126 bool Filler::findDelayInstr(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 80 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot);
108 D = findDelayInstr(MBB, I);
129 Filler::findDelayInstr(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 207 findDelayInstr(MachineBasicBlock &MBB,MachineBasicBlock::iterator slot) {
240 D = findDelayInstr(MBB,I);
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 87 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot);
143 D = findDelayInstr(MBB, MI);
170 Filler::findDelayInstr(MachineBasicBlock &MBB,

Completed in 619 milliseconds