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

  /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/lib/Target/Alpha/
AlphaInstrInfo.cpp 319 void AlphaInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MBlaze/
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/Mips/
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.cpp 170 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,

Completed in 508 milliseconds