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

  /external/llvm/lib/Target/R600/
R600RegisterInfo.h 34 unsigned getHWRegIndex(unsigned Reg) const override;
AMDGPURegisterInfo.h 44 virtual unsigned getHWRegIndex(unsigned Reg) const {
SIRegisterInfo.h 44 unsigned getHWRegIndex(unsigned Reg) const override;
R600RegisterInfo.cpp 63 unsigned R600RegisterInfo::getHWRegIndex(unsigned Reg) const {
SIRegisterInfo.cpp 342 unsigned SIRegisterInfo::getHWRegIndex(unsigned Reg) const {
451 // using getHWRegIndex() will fail with special 32-bit registers like
458 unsigned Index = getHWRegIndex(Reg);
R600InstrInfo.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600RegisterInfo.h 39 /// getHWRegIndex - get the HW encoding for a register.
40 unsigned getHWRegIndex(unsigned reg) const;
R600ExpandSpecialInstrs.cpp 125 unsigned DstBase = TRI.getHWRegIndex(DstReg);
R600RegisterInfo.cpp 69 unsigned R600RegisterInfo::getHWRegIndex(unsigned reg) const
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 81 unsigned getHWRegIndex(unsigned reg) const;
575 unsigned R600MCCodeEmitter::getHWRegIndex(unsigned reg) const {
613 HWReg = getHWRegIndex(RegNo);

Completed in 1215 milliseconds