Searched refs:insertNoop (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 76 void insertNoop(MachineBasicBlock &MBB,
|
D | MipsInstrInfo.cpp | 51 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const in insertNoop() function in MipsInstrInfo
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 114 void insertNoop(MachineBasicBlock &MBB,
|
D | AMDGPUInstrInfo.cpp | 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AMDGPUInstrInfo
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 114 void insertNoop(MachineBasicBlock &MBB,
|
D | AMDGPUInstrInfo.cpp | 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 129 void insertNoop(MachineBasicBlock &MBB,
|
D | AMDGPUInstrInfo.cpp | 235 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 124 void insertNoop(MachineBasicBlock &MBB,
|
D | PPCInstrInfo.cpp | 317 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in PPCInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 676 virtual void insertNoop(MachineBasicBlock &MBB,
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 649 TII->insertNoop(*BB, RegionEnd); in EmitSchedule()
|
D | TargetInstrInfo.cpp | 62 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in TargetInstrInfo
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 821 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()
|