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

  /external/llvm/lib/Target/
TargetInstrInfo.cpp 52 /// insertNoop - Insert a noop into the instruction stream at the specified
54 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
56 llvm_unreachable("Target didn't implement insertNoop!");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 60 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 107 virtual void insertNoop(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 203 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/include/llvm/Target/
TargetInstrInfo.h 632 /// insertNoop - Insert a noop into the instruction stream at the specified
634 virtual void insertNoop(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 775 TII->insertNoop(*BB, RegionEnd);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 821 TII->insertNoop(*Emitter.getBlock(), InsertPos);
    [all...]

Completed in 1143 milliseconds