Searched refs:IS_TTMP (Results 1 – 1 of 1) sorted by relevance
53 enum RegisterKind { IS_UNKNOWN, IS_VGPR, IS_SGPR, IS_AGPR, IS_TTMP, IS_SPECIAL }; enumerator2532 } else if (Is == IS_TTMP) { in getRegClass()2724 case IS_TTMP: in AddNextRegisterToList()2744 {{"ttmp"}, IS_TTMP},2752 Kind == IS_TTMP || in isRegularReg()2814 if (RegKind == IS_SGPR || RegKind == IS_TTMP) { in getRegularReg()