Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1079 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1109 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1119 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1124 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1134 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1143 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1152 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1162 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
1189 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1207 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1174 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()
1175 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
1182 array_lengthof(RegisterTypeForVT)); in getRegisterType()
1183 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()
2567 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; variable