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

/external/llvm/lib/Target/
H A DTargetInstrInfo.cpp52 /// insertNoop - Insert a noop into the instruction stream at the specified
54 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:TargetInstrInfo
56 llvm_unreachable("Target didn't implement insertNoop!");
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h60 virtual void insertNoop(MachineBasicBlock &MBB,
H A DMipsInstrInfo.cpp45 /// insertNoop - If data hazard condition is found insert the target nop
48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const function in class:MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h107 virtual void insertNoop(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp203 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h228 virtual void insertNoop(MachineBasicBlock &MBB,
H A DMBlazeInstrInfo.cpp75 /// insertNoop - If data hazard condition is found insert the target nop
78 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const { function in class:MBlazeInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h632 /// insertNoop - Insert a noop into the instruction stream at the specified
634 virtual void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp775 TII->insertNoop(*BB, RegionEnd);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp821 TII->insertNoop(*Emitter.getBlock(), InsertPos);

Completed in 2360 milliseconds