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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h76 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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h114 void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h129 void insertNoop(MachineBasicBlock &MBB,
H A DAMDGPUInstrInfo.cpp235 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h114 void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h124 void insertNoop(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp317 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h683 /// insertNoop - Insert a noop into the instruction stream at the specified
685 virtual void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp649 TII->insertNoop(*BB, RegionEnd);
H A DTargetInstrInfo.cpp60 /// insertNoop - Insert a noop into the instruction stream at the specified
62 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:TargetInstrInfo
64 llvm_unreachable("Target didn't implement insertNoop!");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp821 TII->insertNoop(*Emitter.getBlock(), InsertPos);

Completed in 500 milliseconds