/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, 104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | AMDGPUInstrInfo.cpp | 164 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/ |
D | AMDGPUInstrInfo.h | 101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, 104 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | AMDGPUInstrInfo.cpp | 164 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/ |
D | AMDGPUInstrInfo.h | 115 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, 118 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | AMDGPUInstrInfo.cpp | 195 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/ |
D | X86InstrInfo.h | 323 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, 327 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | X86InstrInfo.cpp | 4580 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/ |
D | TargetInstrInfo.h | 606 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/ |
D | ScheduleDAGFast.cpp | 239 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
D | ScheduleDAGRRList.cpp | 964 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1269 TII->unfoldMemoryOperand(MF, MI, Reg, in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 1198 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg, in tryInstructionTransform()
|