Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1332 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1337 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1347 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1356 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1365 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1377 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
1382 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
1415 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1438 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1453 RegisterTypeForVT[i] = NVT; in computeRegisterProperties()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1460 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()
1461 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
1468 array_lengthof(RegisterTypeForVT)); in getRegisterType()
1469 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()
2955 MVT RegisterTypeForVT[MVT::VALUETYPE_SIZE]; variable