HomeSort by relevance Sort by last modified time
    Searched refs:foldMemoryOperandImpl (Results 1 - 17 of 17) 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.h 96 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
100 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
AMDGPUInstrInfo.cpp 173 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
181 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
  /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 302 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
310 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
403 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 105 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
110 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
HexagonInstrInfo.cpp 558 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 185 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
188 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
SystemZInstrInfo.cpp 747 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
865 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 576 /// foldMemoryOperandImpl - Target-dependent implementation for
579 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
586 /// foldMemoryOperandImpl - Target-dependent implementation for
589 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 123 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 467 NewMI =foldMemoryOperandImpl(MF, MI, Ops, FI);
472 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
487 // FIXME: change foldMemoryOperandImpl semantics to also insert NewMI.
536 NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI);

Completed in 799 milliseconds