Home
last modified time | relevance | path

Searched defs:isNullReg (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.hpp2639 bool isNullReg() const { return getArchRegType() == AREG_NULL; } in isNullReg() function in vISA::G4_Areg
2902 bool isNullReg() const { return (reg.phyReg != NULL) && (reg.phyReg->isNullReg()); } in isNullReg() function in vISA::G4_RegVar
3137 bool isNullReg() const { return base->isNullReg(); } in isNullReg() function in vISA::G4_SrcRegRegion
3320 bool isNullReg() const { return base->isNullReg(); } in isNullReg() function in vISA::G4_DstRegRegion
3674 inline bool G4_Operand::isNullReg() const in isNullReg() function in vISA::G4_Operand
3750 inline bool G4_VarBase::isNullReg() const in isNullReg() function in vISA::G4_VarBase