Home
last modified time | relevance | path

Searched refs:foldMemoryOperandImpl (Results 1 – 17 of 17) 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/chromium_org/third_party/mesa/src/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.h96 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
100 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
DAMDGPUInstrInfo.cpp173 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
181 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h302 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
310 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
403 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
DX86InstrInfo.cpp4070 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
4334 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in X86InstrInfo
4377 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, Size, Alignment); in foldMemoryOperandImpl()
4380 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
4388 return foldMemoryOperandImpl(MF, MI, Ops, FrameIndex); in foldMemoryOperandImpl()
4520 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, 0, Alignment); in foldMemoryOperandImpl()
DX86FastISel.cpp3359 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, Size, Alignment); in tryToFoldLoadIntoMI()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h185 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
188 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
DSystemZInstrInfo.cpp747 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in SystemZInstrInfo
865 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, in foldMemoryOperandImpl() function in SystemZInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h105 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
110 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
DHexagonInstrInfo.cpp558 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in HexagonInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h579 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
589 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h123 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
DAArch64InstrInfo.cpp1836 AArch64InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in AArch64InstrInfo
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp467 NewMI =foldMemoryOperandImpl(MF, MI, Ops, FI); in foldMemoryOperand()
536 NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()