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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h262 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
267 MachineInstr *foldMemoryOperandImpl(
H A DSystemZInstrInfo.cpp1003 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
1218 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h341 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
350 MachineInstr *foldMemoryOperandImpl(
442 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DX86InstrInfo.cpp4824 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
4972 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt,
5002 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:X86InstrInfo
5053 return foldMemoryOperandImpl(MF, MI, Ops[0],
5193 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
5211 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS);
5362 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,
H A DX86FastISel.cpp3943 MachineInstr *Result = XII.foldMemoryOperandImpl(
3950 // foldMemoryOperandImpl could have commuted the instruction so its not enough
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h163 // with subreg operands to foldMemoryOperandImpl.
166 using TargetInstrInfo::foldMemoryOperandImpl;
168 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DAArch64InstrInfo.cpp3239 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( function in class:AArch64InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1116 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:llvm::TargetInstrInfo
1129 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp581 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS, VRM);
586 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
647 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1041 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DSIInstrInfo.cpp6598 MachineInstr *SIInstrInfo::foldMemoryOperandImpl(

Completed in 321 milliseconds