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.h115 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
118 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DAMDGPUInstrInfo.cpp195 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:AMDGPUInstrInfo
204 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:AMDGPUInstrInfo
/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.h320 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
323 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
327 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DX86InstrInfo.cpp4580 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:X86InstrInfo
4706 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h603 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
606 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:llvm::TargetInstrInfo
612 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp239 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
H A DScheduleDAGRRList.cpp964 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1269 TII->unfoldMemoryOperand(MF, MI, Reg,
1274 "unfoldMemoryOperand failed when getOpcodeAfterMemoryUnfold "
H A DTwoAddressInstructionPass.cpp1198 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg,

Completed in 2690 milliseconds