Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h265 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
273 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
348 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
DX86InstrInfo.cpp2512 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2657 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2695 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, Size, Alignment); in foldMemoryOperandImpl()
2698 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2819 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, 0, Alignment); in foldMemoryOperandImpl()
DX86FastISel.cpp2149 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, Size, Alignment); in TryToFoldLoad()
/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/SystemZ/
DSystemZInstrInfo.h206 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
210 MachineInstr *foldMemoryOperandImpl(
DSystemZInstrInfo.cpp873 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
1027 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h367 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
375 MachineInstr *foldMemoryOperandImpl(
463 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DX86InstrInfo.cpp5730 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
5870 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
6105 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, in foldMemoryOperandImpl() function in X86InstrInfo
6146 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl()
6218 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
6228 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS); in foldMemoryOperandImpl()
6360 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt, in foldMemoryOperandImpl()
DX86FastISel.cpp3750 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h137 using TargetInstrInfo::foldMemoryOperandImpl;
139 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DAArch64InstrInfo.cpp2445 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h436 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
446 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp288 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) { in foldMemoryOperand()
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h906 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
918 virtual MachineInstr *foldMemoryOperandImpl(
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp521 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS); in foldMemoryOperand()
803 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()