Home
last modified time | relevance | path

Searched refs:ARF_CE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Diga_types_ext.hpp37 ARF_CE, // ce 0100b enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Models/
H A DModels.hpp96 case RegName::ARF_CE: in hasSubregs()
H A DModels.cpp156 RegName::ARF_CE, "ce", "Channel Enable",
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DIRToString.hpp146 MAKE_CASE(RegName, ARF_CE); in ToSymbol()
523 case RegName::ARF_CE: return "ce"; in ToSyntax()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DRegDeps.cpp1180 rn == RegName::ARF_CE) in isSpecial()
1398 case RegName::ARF_CE: in addressOf()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DIGAToGEDTranslation.hpp617 case RegName::ARF_CE: archReg = GED_ARCH_REG_ce; break; in lowerArchReg()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp1678 case AREG_MASK0: return RegName::ARF_CE; in getIGAARFName()