Searched refs:insertNoop (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h123 void insertNoop(MachineBasicBlock &MBB,
H A DAMDGPUInstrInfo.cpp223 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h75 void insertNoop(MachineBasicBlock &MBB,
H A DMipsInstrInfo.cpp48 /// insertNoop - If data hazard condition is found insert the target nop
51 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const function in class:MipsInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h163 void insertNoop(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp420 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h182 void insertNoop(MachineBasicBlock &MBB,
H A DHexagonInstrInfo.cpp1023 void HexagonInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:HexagonInstrInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1006 virtual void insertNoop(MachineBasicBlock &MBB,
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp666 TII->insertNoop(*BB, RegionEnd);
H A DTargetInstrInfo.cpp62 /// insertNoop - Insert a noop into the instruction stream at the specified
64 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:TargetInstrInfo
66 llvm_unreachable("Target didn't implement insertNoop!");
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp821 TII->insertNoop(*Emitter.getBlock(), InsertPos);

Completed in 158 milliseconds