HomeSort by relevance Sort by last modified time
    Searched refs:insertNoop (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 75 virtual void insertNoop(MachineBasicBlock &MBB,
MipsInstrInfo.cpp 45 /// insertNoop - If data hazard condition is found insert the target nop
48 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 109 virtual void insertNoop(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 198 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 228 virtual void insertNoop(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp 75 /// insertNoop - If data hazard condition is found insert the target nop
78 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const {
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 115 void insertNoop(MachineBasicBlock &MBB,
AMDGPUInstrInfo.cpp 205 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 648 /// insertNoop - Insert a noop into the instruction stream at the specified
650 virtual void insertNoop(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 758 TII->insertNoop(*BB, RegionEnd);
TargetInstrInfo.cpp 57 /// insertNoop - Insert a noop into the instruction stream at the specified
59 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
61 llvm_unreachable("Target didn't implement insertNoop!");
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 822 TII->insertNoop(*Emitter.getBlock(), InsertPos);
    [all...]

Completed in 502 milliseconds