Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1503 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
1504 if (SubLT.second.isVector()) { in getShuffleCost()
1505 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1507 return SubLT.first; in getShuffleCost()
1518 SubLT.second.getVectorElementType() && in getShuffleCost()
1526 SubLT.second.getVectorNumElements()); in getShuffleCost()
1550 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
1551 if (SubLT.second.isVector()) { in getShuffleCost()
1552 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1554 return SubLT.first; in getShuffleCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3965 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
3966 if (SubLT.second.isVector()) { in getShuffleCost()
3968 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
3970 return SubLT.first; in getShuffleCost()