/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 300 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 305 MachineInstr *foldMemoryOperandImpl(
|
H A D | SystemZInstrInfo.cpp | 1190 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo 1520 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 451 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 459 MachineInstr *foldMemoryOperandImpl( 535 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 7342 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo 7459 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, Size, in foldMemoryOperandImpl() 7471 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo 7507 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl() 7986 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo 8004 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS); in foldMemoryOperandImpl() 8234 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt, in foldMemoryOperandImpl()
|
H A D | X86FastISel.cpp | 4005 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 102 using TargetInstrInfo::foldMemoryOperandImpl; 103 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
H A D | RISCVInstrInfo.cpp | 723 MachineInstr *RISCVInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in RISCVInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 360 using TargetInstrInfo::foldMemoryOperandImpl; 362 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
H A D | AArch64InstrInfo.cpp | 5507 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1349 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 1362 virtual MachineInstr *foldMemoryOperandImpl(
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 685 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS, VRM); in foldMemoryOperand() 758 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 1416 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
H A D | SIInstrInfo.cpp | 9496 MachineInstr *SIInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SIInstrInfo
|