Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1475 for (unsigned nVT = i + 1; in computeRegisterProperties() local
1476 (MVT::SimpleValueType)nVT <= EndVT; ++nVT) { in computeRegisterProperties()
1477 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()
1498 for (unsigned nVT = i + 1; nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) { in computeRegisterProperties() local
1499 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()