/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 265 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, 273 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, 348 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
|
D | X86InstrInfo.cpp | 2512 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()
|
D | X86FastISel.cpp | 2149 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, Size, Alignment); in TryToFoldLoad()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 206 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 210 MachineInstr *foldMemoryOperandImpl(
|
D | SystemZInstrInfo.cpp | 873 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo 1027 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in SystemZInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 367 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 375 MachineInstr *foldMemoryOperandImpl( 463 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
D | X86InstrInfo.cpp | 5730 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()
|
D | X86FastISel.cpp | 3750 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 137 using TargetInstrInfo::foldMemoryOperandImpl; 139 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
D | AArch64InstrInfo.cpp | 2445 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 252 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 256 MachineInstr *foldMemoryOperandImpl(
|
D | SystemZInstrInfo.cpp | 1135 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/ |
D | X86InstrInfo.h | 391 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 399 MachineInstr *foldMemoryOperandImpl( 488 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
D | X86InstrInfo.cpp | 4829 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()
|
D | X86FastISel.cpp | 3986 MachineInstr *Result = XII.foldMemoryOperandImpl( in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 158 using TargetInstrInfo::foldMemoryOperandImpl; 160 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
|
D | AArch64InstrInfo.cpp | 3009 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( in foldMemoryOperandImpl() function in AArch64InstrInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 436 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function 446 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 288 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/ |
D | TargetInstrInfo.h | 906 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 918 virtual MachineInstr *foldMemoryOperandImpl(
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1000 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, 1012 virtual MachineInstr *foldMemoryOperandImpl(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fold-memory-op-impl.ll | 3 ; Test that foldMemoryOperandImpl() doesn't drop subreg / read-undef flags.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 583 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/ |
D | TargetInstrInfo.cpp | 521 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS); in foldMemoryOperand() 803 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS); in foldMemoryOperand()
|