Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h245 LAST_VECTOR_VALUETYPE = nxv8f64, enumerator
351 SimpleTy <= MVT::LAST_VECTOR_VALUETYPE); in isVector()
1386 (MVT::SimpleValueType)(MVT::LAST_VECTOR_VALUETYPE + 1)); in vector_valuetypes()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1364 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++i) { in computeRegisterProperties()
1404 for (unsigned nVT = i + 1; nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) { in computeRegisterProperties()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4626 for (int i = MVT::FIRST_VECTOR_VALUETYPE, e = MVT::LAST_VECTOR_VALUETYPE; i < e; ++i) { in WidenVecOp_EXTEND()
5182 for (VT = (unsigned)MVT::LAST_VECTOR_VALUETYPE; in FindMemType()