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

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 102 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
105 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
AMDGPUInstrInfo.cpp 165 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
174 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 570 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
573 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
579 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 295 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
298 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
302 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 238 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
TwoAddressInstructionPass.cpp     [all...]

Completed in 1381 milliseconds