/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.h | 71 virtual void insertNoop(MachineBasicBlock &MBB,
|
MipsInstrInfo.cpp | 45 /// insertNoop - If data hazard condition is found insert the target nop 48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 114 void insertNoop(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.h | 109 virtual void insertNoop(MachineBasicBlock &MBB,
|
PPCInstrInfo.cpp | 216 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.cpp | 184 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 116 void insertNoop(MachineBasicBlock &MBB,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 114 void insertNoop(MachineBasicBlock &MBB,
|
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 639 /// insertNoop - Insert a noop into the instruction stream at the specified 641 virtual void insertNoop(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 756 TII->insertNoop(*BB, RegionEnd);
|
TargetInstrInfo.cpp | 57 /// insertNoop - Insert a noop into the instruction stream at the specified 59 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, 61 llvm_unreachable("Target didn't implement insertNoop!");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 821 TII->insertNoop(*Emitter.getBlock(), InsertPos); [all...] |