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

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 75 void insertNoop(MachineBasicBlock &MBB,
MipsInstrInfo.cpp 48 /// insertNoop - If data hazard condition is found insert the target nop
51 insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 123 void insertNoop(MachineBasicBlock &MBB,
AMDGPUInstrInfo.cpp 223 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 204 void AMDGPUInstrInfo::insertNoop(MachineBasicBlock &MBB,
AMDGPUInstrInfo.h 114 void insertNoop(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 163 void insertNoop(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 420 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 182 void insertNoop(MachineBasicBlock &MBB,
HexagonInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 666 TII->insertNoop(*BB, RegionEnd);
TargetInstrInfo.cpp 62 /// insertNoop - Insert a noop into the instruction stream at the specified
64 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
66 llvm_unreachable("Target didn't implement insertNoop!");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 821 TII->insertNoop(*Emitter.getBlock(), InsertPos);
    [all...]

Completed in 316 milliseconds