Home
last modified time | relevance | path

Searched defs:isSrReg (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp2663 bool isSrReg() const { return getArchRegType() == AREG_SR0; } in isSrReg() function in vISA::G4_Areg
2903 bool isSrReg() const { return (reg.phyReg != NULL) && (reg.phyReg->isSrReg()); } in isSrReg() function in vISA::G4_RegVar
3144 bool isSrReg() const {return base->isSrReg();} in isSrReg() function in vISA::G4_SrcRegRegion
3327 bool isSrReg() const { return base->isSrReg(); } in isSrReg() function in vISA::G4_DstRegRegion
3704 inline bool G4_Operand::isSrReg() const in isSrReg() function in vISA::G4_Operand
3792 inline bool G4_VarBase::isSrReg() const in isSrReg() function in vISA::G4_VarBase