HomeSort by relevance Sort by last modified time
    Searched refs:foldMemoryOperandImpl (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 100 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
105 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
HexagonInstrInfo.cpp 532 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 91 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
95 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
AMDGPUInstrInfo.cpp 143 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
151 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 277 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
285 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
365 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 543 /// foldMemoryOperandImpl - Target-dependent implementation for
546 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
553 /// foldMemoryOperandImpl - Target-dependent implementation for
556 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 366 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 107 milliseconds