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

  /external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 32 TII->insertNoop(*BB, InsertPos);
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.h 66 void insertNoop(MachineBasicBlock &MBB,
AlphaInstrInfo.cpp 319 void AlphaInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 183 virtual void insertNoop(MachineBasicBlock &MBB,
MipsInstrInfo.cpp 92 /// insertNoop - If data hazard condition is found insert the target nop
95 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 101 virtual void insertNoop(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 170 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/
TargetInstrInfo.cpp 124 /// insertNoop - Insert a noop into the instruction stream at the specified
126 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
128 llvm_unreachable("Target didn't implement insertNoop!");
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 518 /// insertNoop - Insert a noop into the instruction stream at the specified
520 virtual void insertNoop(MachineBasicBlock &MBB,
    [all...]

Completed in 42 milliseconds