Home
last modified time | relevance | path

Searched refs:foldMemoryOperandImpl (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h265 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
273 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
348 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
DX86InstrInfo.cpp2512 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2657 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2695 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, Size, Alignment); in foldMemoryOperandImpl()
2698 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
2819 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, 0, Alignment); in foldMemoryOperandImpl()
DX86FastISel.cpp2149 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, Size, Alignment); in TryToFoldLoad()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h206 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
210 MachineInstr *foldMemoryOperandImpl(
DSystemZInstrInfo.cpp873 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
1027 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h367 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
375 MachineInstr *foldMemoryOperandImpl(
463 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DX86InstrInfo.cpp5730 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
5870 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
6105 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, in foldMemoryOperandImpl() function in X86InstrInfo
6146 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl()
6218 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
6228 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS); in foldMemoryOperandImpl()
6360 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt, in foldMemoryOperandImpl()
DX86FastISel.cpp3750 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h137 using TargetInstrInfo::foldMemoryOperandImpl;
139 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DAArch64InstrInfo.cpp2445 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h252 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
256 MachineInstr *foldMemoryOperandImpl(
DSystemZInstrInfo.cpp1135 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
1318 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h391 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
399 MachineInstr *foldMemoryOperandImpl(
488 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DX86InstrInfo.cpp4829 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
4975 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
5005 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, in foldMemoryOperandImpl() function in X86InstrInfo
5055 return foldMemoryOperandImpl(MF, MI, Ops[0], in foldMemoryOperandImpl()
5189 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in X86InstrInfo
5207 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS); in foldMemoryOperandImpl()
5352 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt, in foldMemoryOperandImpl()
DX86FastISel.cpp3986 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h158 using TargetInstrInfo::foldMemoryOperandImpl;
160 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
DAArch64InstrInfo.cpp3009 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h436 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
446 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp288 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) { in foldMemoryOperand()
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h906 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
918 virtual MachineInstr *foldMemoryOperandImpl(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1000 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
1012 virtual MachineInstr *foldMemoryOperandImpl(
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfold-memory-op-impl.ll3 ; Test that foldMemoryOperandImpl() doesn't drop subreg / read-undef flags.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp583 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS); in foldMemoryOperand()
649 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp521 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS); in foldMemoryOperand()
803 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()