Searched refs:foldMemoryOperandImpl (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h277 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
282 MachineInstr *foldMemoryOperandImpl(
H A DSystemZInstrInfo.cpp991 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
1322 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h369 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
378 MachineInstr *foldMemoryOperandImpl(
470 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DX86InstrInfo.cpp5396 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
5544 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, Size,
5574 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:X86InstrInfo
5625 return foldMemoryOperandImpl(MF, MI, Ops[0],
5873 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
5891 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS);
6046 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,
H A DX86FastISel.cpp3936 MachineInstr *Result = XII.foldMemoryOperandImpl(
3943 // foldMemoryOperandImpl could have commuted the instruction so its not enough
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h169 // with subreg operands to foldMemoryOperandImpl.
172 using TargetInstrInfo::foldMemoryOperandImpl;
174 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DAArch64InstrInfo.cpp3475 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1121 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:llvm::TargetInstrInfo
1134 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp582 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS, VRM);
587 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
652 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1046 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DSIInstrInfo.cpp7108 MachineInstr *SIInstrInfo::foldMemoryOperandImpl( function in class:SIInstrInfo

Completed in 309 milliseconds