/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/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, 94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
|
D | AMDGPUInstrInfo.cpp | 141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo 149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
|
/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/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/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()
|