Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h88 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
92 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
H A DAMDGPUInstrInfo.cpp157 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
165 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in AMDGPUInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h185 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
188 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
H A DSystemZInstrInfo.cpp747 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in SystemZInstrInfo
865 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, in foldMemoryOperandImpl() function in SystemZInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h131 using TargetInstrInfo::foldMemoryOperandImpl;
133 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
H A DAArch64InstrInfo.cpp2073 AArch64InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in AArch64InstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h105 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
110 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
H A DHexagonInstrInfo.cpp558 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in HexagonInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h303 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
311 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
404 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
H A DX86InstrInfo.cpp4281 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
4419 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOp, MOs, Size, Align, in foldMemoryOperandImpl()
4650 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI, in foldMemoryOperandImpl() function in X86InstrInfo
4695 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, in foldMemoryOperandImpl()
4718 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function in X86InstrInfo
4728 return foldMemoryOperandImpl(MF, MI, Ops, FrameIndex); in foldMemoryOperandImpl()
4849 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, in foldMemoryOperandImpl()
H A DX86FastISel.cpp3335 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, in tryToFoldLoadIntoMI()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h726 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
736 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, in foldMemoryOperandImpl() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp474 NewMI =foldMemoryOperandImpl(MF, MI, Ops, FI); in foldMemoryOperand()
543 NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand()