Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1296 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1311 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1326 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1336 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1341 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1351 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1360 RegisterTypeForVT[MVT::f80] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1369 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1378 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1390 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1546 assert((unsigned)VT.SimpleTy < std::size(RegisterTypeForVT)); in getRegisterType()
1547 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
1554 std::size(RegisterTypeForVT)); in getRegisterType()
1555 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()
3297 MVT RegisterTypeForVT[MVT::VALUETYPE_SIZE]; variable