Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DAMDGPUInstrInfo.cpp164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in AMDGPUInstrInfo
173 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in AMDGPUInstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DAMDGPUInstrInfo.cpp164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in AMDGPUInstrInfo
173 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in AMDGPUInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h115 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
118 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DAMDGPUInstrInfo.cpp195 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in AMDGPUInstrInfo
204 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in AMDGPUInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h323 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
327 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86InstrInfo.cpp4580 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in X86InstrInfo
4706 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h606 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function
612 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp239 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp964 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1269 TII->unfoldMemoryOperand(MF, MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp1198 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg, in tryInstructionTransform()