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

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h74 using TargetInstrInfo::foldMemoryOperandImpl;
75 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DRISCVInstrInfo.cpp629 MachineInstr *RISCVInstrInfo::foldMemoryOperandImpl( function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h278 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
283 MachineInstr *foldMemoryOperandImpl(
H A DSystemZInstrInfo.cpp1006 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
1336 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h396 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
405 MachineInstr *foldMemoryOperandImpl(
494 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DX86InstrInfo.cpp6088 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
6250 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, Size,
6280 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:X86InstrInfo
6331 return foldMemoryOperandImpl(MF, MI, Ops[0],
6622 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
6640 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS);
6804 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,
H A DX86FastISel.cpp3946 MachineInstr *Result = XII.foldMemoryOperandImpl(
3953 // foldMemoryOperandImpl could have commuted the instruction so its not enough
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h194 // with subreg operands to foldMemoryOperandImpl.
197 using TargetInstrInfo::foldMemoryOperandImpl;
199 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DAArch64InstrInfo.cpp4467 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1265 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:llvm::TargetInstrInfo
1278 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp606 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS, VRM);
611 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
677 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1163 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
H A DSIInstrInfo.cpp8312 MachineInstr *SIInstrInfo::foldMemoryOperandImpl(

Completed in 219 milliseconds