Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1330 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1340 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1349 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()
1358 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()
1370 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()
1375 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
1386 RegisterTypeForVT[MVT::bf16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()
1418 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1441 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1456 RegisterTypeForVT[i] = NVT; in computeRegisterProperties()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1514 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()
1515 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()
1522 array_lengthof(RegisterTypeForVT)); in getRegisterType()
1523 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()
3200 MVT RegisterTypeForVT[MVT::VALUETYPE_SIZE]; variable