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

  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.h 34 unsigned getHWRegIndex(unsigned Reg) const;
R600RegisterInfo.cpp 63 unsigned R600RegisterInfo::getHWRegIndex(unsigned Reg) const {
SIRegisterInfo.h 84 unsigned getHWRegIndex(unsigned Reg) const {
AMDGPUAsmPrinter.cpp 459 RI->getHWRegIndex(MFI->getScratchWaveOffsetReg());
461 RI->getHWRegIndex(MFI->getScratchRSrcReg());
R600InstrInfo.cpp     [all...]
SILowerControlFlow.cpp 608 int BaseRegIdx = TRI->getHWRegIndex(SubReg);
SIRegisterInfo.cpp 883 // using getHWRegIndex() will fail with special 32-bit registers like
890 unsigned Index = getHWRegIndex(Reg);
    [all...]
SIInstrInfo.cpp 477 if (RI.getHWRegIndex(DestReg) <= RI.getHWRegIndex(SrcReg))
    [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 208 milliseconds