Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h75 virtual void insertNoop(MachineBasicBlock &MBB,
DMipsInstrInfo.cpp48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const in insertNoop() function in MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h109 virtual void insertNoop(MachineBasicBlock &MBB,
DPPCInstrInfo.cpp198 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in PPCInstrInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.h228 virtual void insertNoop(MachineBasicBlock &MBB,
DMBlazeInstrInfo.cpp78 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const { in insertNoop() function in MBlazeInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.cpp205 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in AMDGPUInstrInfo
DAMDGPUInstrInfo.h115 void insertNoop(MachineBasicBlock &MBB,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h650 virtual void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp758 TII->insertNoop(*BB, RegionEnd); in EmitSchedule()
DTargetInstrInfo.cpp59 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop() function in TargetInstrInfo
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp822 TII->insertNoop(*Emitter.getBlock(), InsertPos); in EmitSchedule()