Home
last modified time | relevance | path

Searched refs:foldMemoryOperandImpl (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
DAMDGPUInstrInfo.cpp141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h88 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
91 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
DAMDGPUInstrInfo.cpp155 MachineInstr *AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
163 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h188 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
191 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
DSystemZInstrInfo.cpp749 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in SystemZInstrInfo
867 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in SystemZInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h308 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
315 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
407 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
DX86InstrInfo.cpp4766 MachineInstr *X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
4904 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOp, MOs, Size, Align, in foldMemoryOperandImpl()
5134 MachineInstr *X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
5175 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl()
5199 MachineInstr *X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
5209 return foldMemoryOperandImpl(MF, MI, Ops, FrameIndex); in foldMemoryOperandImpl()
5329 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, in foldMemoryOperandImpl()
DX86FastISel.cpp3514 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, in tryToFoldLoadIntoMI()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h113 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
117 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function
DHexagonInstrInfo.cpp652 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in HexagonInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h131 using TargetInstrInfo::foldMemoryOperandImpl;
132 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
DAArch64InstrInfo.cpp2071 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AArch64InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h725 virtual MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
735 virtual MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp468 NewMI =foldMemoryOperandImpl(MF, MI, Ops, FI); in foldMemoryOperand()
536 NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()