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

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 48 /// insertNoop - If data hazard condition is found insert the target nop
51 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 230 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 61 /// insertNoop - Insert a noop into the instruction stream at the specified
63 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
65 llvm_unreachable("Target didn't implement insertNoop!");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 322 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
    [all...]

Completed in 120 milliseconds