HomeSort by: relevance | last modified time | path
    Searched refs:foldMemoryOperandImpl (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 277 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
282 MachineInstr *foldMemoryOperandImpl(
SystemZInstrInfo.cpp 994 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl(
1326 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 380 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
389 MachineInstr *foldMemoryOperandImpl(
478 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
X86InstrInfo.cpp 5502 MachineInstr *X86InstrInfo::foldMemoryOperandImpl(
5659 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, Size,
5689 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
5740 return foldMemoryOperandImpl(MF, MI, Ops[0],
5988 MachineInstr *X86InstrInfo::foldMemoryOperandImpl(
6006 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS);
6162 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,
X86FastISel.cpp 3921 MachineInstr *Result = XII.foldMemoryOperandImpl(
3928 // foldMemoryOperandImpl could have commuted the instruction so its not enough
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 180 // with subreg operands to foldMemoryOperandImpl.
183 using TargetInstrInfo::foldMemoryOperandImpl;
185 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
AArch64InstrInfo.cpp 4077 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1194 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
1207 virtual MachineInstr *foldMemoryOperandImpl(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 609 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS, VRM);
614 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
679 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 1103 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
SIInstrInfo.cpp 7781 MachineInstr *SIInstrInfo::foldMemoryOperandImpl(

Completed in 82 milliseconds