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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
AMDGPUInstrInfo.h 90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 122 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
130 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
AMDGPUInstrInfo.h 92 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
96 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 170 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
174 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
SystemZInstrInfo.cpp 537 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
629 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
AMDGPUInstrInfo.h 90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 284 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
292 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
375 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 102 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
107 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
HexagonInstrInfo.cpp 553 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 534 /// foldMemoryOperandImpl - Target-dependent implementation for
537 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
544 /// foldMemoryOperandImpl - Target-dependent implementation for
547 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 1394 milliseconds