Searched refs:insertNoop (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 75 virtual void insertNoop(MachineBasicBlock &MBB,
|
D | MipsInstrInfo.cpp | 48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const in insertNoop() function in MipsInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 109 virtual void insertNoop(MachineBasicBlock &MBB,
|
D | PPCInstrInfo.cpp | 198 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in PPCInstrInfo
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 228 virtual void insertNoop(MachineBasicBlock &MBB,
|
D | MBlazeInstrInfo.cpp | 78 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const { in insertNoop() function in MBlazeInstrInfo
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.cpp | 205 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AMDGPUInstrInfo
|
D | AMDGPUInstrInfo.h | 115 void insertNoop(MachineBasicBlock &MBB,
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 650 virtual void insertNoop(MachineBasicBlock &MBB,
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 758 TII->insertNoop(*BB, RegionEnd); in EmitSchedule()
|
D | TargetInstrInfo.cpp | 59 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in TargetInstrInfo
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 822 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()
|