Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h249 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
253 MachineInstr *foldMemoryOperandImpl(
H A DSystemZInstrInfo.cpp1061 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
1244 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h388 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
396 MachineInstr *foldMemoryOperandImpl(
485 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DX86InstrInfo.cpp4821 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
4967 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
4997 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, in foldMemoryOperandImpl() function in X86InstrInfo
5047 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl()
5181 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
5199 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS); in foldMemoryOperandImpl()
5344 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt, in foldMemoryOperandImpl()
H A DX86FastISel.cpp3969 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h148 using TargetInstrInfo::foldMemoryOperandImpl;
150 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DAArch64InstrInfo.cpp2960 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1018 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
1030 virtual MachineInstr *foldMemoryOperandImpl(
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp572 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS); in foldMemoryOperand()
638 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()