Searched refs:foldMemoryOperandImpl (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp122 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
130 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h92 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
96 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h170 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
174 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
H A DSystemZInstrInfo.cpp537 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:SystemZInstrInfo
629 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, function in class:SystemZInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h284 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
292 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
375 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
H A DX86InstrInfo.cpp3804 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
4011 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
4050 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, Size, Alignment);
4053 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
4188 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, 0, Alignment);
H A DX86FastISel.cpp2494 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, Size, Alignment);
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h102 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
107 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, function in class:llvm::HexagonInstrInfo
H A DHexagonInstrInfo.cpp553 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:HexagonInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h534 /// foldMemoryOperandImpl - Target-dependent implementation for
537 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, function in class:llvm::TargetInstrInfo
544 /// foldMemoryOperandImpl - Target-dependent implementation for
547 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp366 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) {
367 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
382 // FIXME: change foldMemoryOperandImpl semantics to also insert NewMI.
421 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI);

Completed in 229 milliseconds