Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1256 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1271 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1286 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1296 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1301 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1311 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1320 RegisterTypeForVT[MVT::f80] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1329 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1338 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1353 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1712 assert((unsigned)VT.SimpleTy < std::size(RegisterTypeForVT)); in getRegisterType()
1713 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
3557 MVT RegisterTypeForVT[MVT::VALUETYPE_SIZE]; variable