Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1410 for (unsigned nVT = i + 1; in computeRegisterProperties() local
1411 (MVT::SimpleValueType)nVT <= EndVT; ++nVT) { in computeRegisterProperties()
1412 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()
1433 for (unsigned nVT = i + 1; nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) { in computeRegisterProperties() local
1434 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()