Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1266 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1281 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1296 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1306 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1311 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1321 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1330 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1339 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1351 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
1356 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1442 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()
1443 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
1450 array_lengthof(RegisterTypeForVT)); in getRegisterType()
1451 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()
2935 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; variable