Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1381 for (unsigned nVT = i + 1; in computeRegisterProperties() local
1382 (MVT::SimpleValueType)nVT <= EndVT; ++nVT) { in computeRegisterProperties()
1383 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()
1404 for (unsigned nVT = i + 1; nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) { in computeRegisterProperties() local
1405 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()