Searched refs:IS_TTMP (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp72 enum RegisterKind { IS_UNKNOWN, IS_VGPR, IS_SGPR, IS_AGPR, IS_TTMP, IS_SPECIAL }; enumerator in enum:__anon2091::RegisterKind
1908 } else if (Is == IS_TTMP) {
2031 case IS_TTMP:
2050 {{"ttmp"}, IS_TTMP},
2058 Kind == IS_TTMP ||
2120 if (RegKind == IS_SGPR || RegKind == IS_TTMP) {

Completed in 162 milliseconds