Searched refs:insertNoop (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | PostRAHazardRecognizer.cpp | 87 TII->insertNoop(MBB, MachineBasicBlock::iterator(MI)); in runOnMachineFunction()
|
| H A D | PostRASchedulerList.cpp | 685 TII->insertNoop(*BB, RegionEnd); in EmitSchedule()
|
| H A D | TargetInstrInfo.cpp | 65 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in TargetInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 100 void insertNoop(MachineBasicBlock &MBB,
|
| H A D | MipsInstrInfo.cpp | 59 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const in insertNoop() function in MipsInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 263 void insertNoop(MachineBasicBlock &MBB,
|
| H A D | PPCInstrInfo.cpp | 456 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in PPCInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 229 void insertNoop(MachineBasicBlock &MBB,
|
| H A D | HexagonInstrInfo.cpp | 1496 void HexagonInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in HexagonInstrInfo
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1181 virtual void insertNoop(MachineBasicBlock &MBB,
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 835 void insertNoop(MachineBasicBlock &MBB,
|
| H A D | SIInstrInfo.cpp | 1138 void SIInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in SIInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 837 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()
|