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

/external/llvm/lib/CodeGen/
H A DPostRAHazardRecognizer.cpp87 TII->insertNoop(MBB, MachineBasicBlock::iterator(MI));
H A DPostRASchedulerList.cpp687 TII->insertNoop(*BB, RegionEnd);
H A DTargetInstrInfo.cpp63 /// insertNoop - Insert a noop into the instruction stream at the specified
65 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:TargetInstrInfo
67 llvm_unreachable("Target didn't implement insertNoop!");
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGEmit.cpp32 TII->insertNoop(*BB, InsertPos);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaInstrInfo.h66 void insertNoop(MachineBasicBlock &MBB,
H A DAlphaInstrInfo.cpp319 void AlphaInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:AlphaInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.h183 virtual void insertNoop(MachineBasicBlock &MBB,
H A DMipsInstrInfo.cpp92 /// insertNoop - If data hazard condition is found insert the target nop
95 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const function in class:MipsInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCInstrInfo.h101 virtual void insertNoop(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp162 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h83 void insertNoop(MachineBasicBlock &MBB,
H A DMipsInstrInfo.cpp47 /// insertNoop - If data hazard condition is found insert the target nop
51 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const function in class:MipsInstrInfo
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/
H A DTargetInstrInfo.cpp124 /// insertNoop - Insert a noop into the instruction stream at the specified
126 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:TargetInstrInfo
128 llvm_unreachable("Target didn't implement insertNoop!");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h162 void insertNoop(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp420 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h202 void insertNoop(MachineBasicBlock &MBB,
H A DHexagonInstrInfo.cpp1339 void HexagonInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:HexagonInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h518 /// insertNoop - Insert a noop into the instruction stream at the specified
520 virtual void insertNoop(MachineBasicBlock &MBB,
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1066 virtual void insertNoop(MachineBasicBlock &MBB,
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h494 void insertNoop(MachineBasicBlock &MBB,
H A DSIInstrInfo.cpp836 void SIInstrInfo::insertNoop(MachineBasicBlock &MBB, function in class:SIInstrInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp821 TII->insertNoop(*Emitter.getBlock(), InsertPos);

Completed in 528 milliseconds