Searched refs:unfoldMemoryOperand (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:AMDGPUInstrInfo
173 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp144 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:AMDGPUInstrInfo
153 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h103 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
106 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:AMDGPUInstrInfo
173 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h302 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
305 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
309 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DX86InstrInfo.cpp4247 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:X86InstrInfo
4373 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h561 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
564 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:llvm::TargetInstrInfo
570 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp238 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
H A DScheduleDAGRRList.cpp962 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1270 TII->unfoldMemoryOperand(MF, MI, Reg,
1275 "unfoldMemoryOperand failed when getOpcodeAfterMemoryUnfold "
H A DTwoAddressInstructionPass.cpp1201 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg,

Completed in 554 milliseconds