/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstrInfo.h | 88 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, 92 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
|
H A D | AMDGPUInstrInfo.cpp | 155 MachineInstr *AMDGPUInstrInfo::foldMemoryOperandImpl( function in class:AMDGPUInstrInfo 161 MachineInstr *AMDGPUInstrInfo::foldMemoryOperandImpl( function in class:AMDGPUInstrInfo
|
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | AMDGPUInstrInfo.cpp | 141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo 149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
|
H A D | AMDGPUInstrInfo.h | 90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, 94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 131 using TargetInstrInfo::foldMemoryOperandImpl; 132 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
|
H A D | AArch64InstrInfo.cpp | 2084 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 186 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, 190 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
|
H A D | SystemZInstrInfo.cpp | 755 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo 890 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
|
/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 370 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, 378 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, 465 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
|
H A D | X86InstrInfo.cpp | 5541 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo 5683 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, 5913 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo 5952 return foldMemoryOperandImpl(MF, MI, Ops[0], 6024 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo 6033 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex); 6151 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,
|
H A D | X86FastISel.cpp | 3572 MachineInstr *Result = XII.foldMemoryOperandImpl( 3579 // foldMemoryOperandImpl could have commuted the instruction so its not enough
|
/external/llvm/include/llvm/Target/ |
H A D | TargetInstrInfo.h | 865 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo 876 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo
|
/external/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 522 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI); 527 // Add a memory operand, foldMemoryOperandImpl doesn't do that. 801 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI);
|