/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 113 void insertNoop(MachineBasicBlock &MBB,
|
H A D | MipsInstrInfo.cpp | 58 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const in insertNoop() function in MipsInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 271 MF.getSubtarget().getInstrInfo()->insertNoop(MBB, MI); in avoidZeroOffsetLandingPad()
|
H A D | PostRASchedulerList.cpp | 677 TII->insertNoop(*BB, RegionEnd); in EmitSchedule()
|
H A D | TargetInstrInfo.cpp | 68 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in TargetInstrInfo 79 insertNoop(MBB, MI); in insertNoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 220 void insertNoop(MachineBasicBlock &MBB,
|
H A D | HexagonInstrInfo.cpp | 1649 void HexagonInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in HexagonInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 498 void insertNoop(MachineBasicBlock &MBB,
|
H A D | X86InstrInfo.cpp | 9290 void X86InstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in X86InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 407 void insertNoop(MachineBasicBlock &MBB,
|
H A D | AArch64InstrInfo.cpp | 5801 void AArch64InstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AArch64InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 430 void insertNoop(MachineBasicBlock &MBB,
|
H A D | PPCInstrInfo.cpp | 1231 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in PPCInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 932 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1578 virtual void insertNoop(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 1248 void insertNoop(MachineBasicBlock &MBB,
|
H A D | SIInstrInfo.cpp | 1994 void SIInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in SIInstrInfo
|