Searched refs:findDelayInstr (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 83 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot, 105 if (EnableDelaySlotFiller && findDelayInstr(MBB, I, D)) { in runOnMachineBasicBlock() 126 bool Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 76 bool findDelayInstr(MachineBasicBlock &MBB, 124 if (!NopDelaySlotFiller && findDelayInstr(MBB, I, J)) { in runOnMachineBasicBlock() 145 bool Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 76 bool findDelayInstr(MachineBasicBlock &MBB, 125 if (!NopDelaySlotFiller && findDelayInstr(MBB, I, J)) { in runOnMachineBasicBlock() 146 bool Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 80 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot); 108 D = findDelayInstr(MBB, I); in runOnMachineBasicBlock() 129 Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeDelaySlotFiller.cpp | 207 findDelayInstr(MachineBasicBlock &MBB,MachineBasicBlock::iterator slot) { in findDelayInstr() function 240 D = findDelayInstr(MBB,I); in runOnMachineBasicBlock()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 87 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot); 143 D = findDelayInstr(MBB, MI); in runOnMachineBasicBlock() 170 Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 85 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot); 141 D = findDelayInstr(MBB, MI); in runOnMachineBasicBlock() 168 Filler::findDelayInstr(MachineBasicBlock &MBB, in findDelayInstr() function in Filler
|