Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h107 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
110 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DAMDGPUInstrInfo.cpp179 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in AMDGPUInstrInfo
188 AMDGPUInstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in AMDGPUInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h324 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
328 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DX86InstrInfo.cpp4910 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in X86InstrInfo
5036 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h796 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function
802 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp239 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp963 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp1270 TII->unfoldMemoryOperand(MF, MI, Reg, in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1210 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg, in tryInstructionTransform()