Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1465 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
1466 if (SubLT.second.isVector()) { in getShuffleCost()
1467 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1469 return SubLT.first; in getShuffleCost()
1480 SubLT.second.getVectorElementType() && in getShuffleCost()
1488 SubLT.second.getVectorNumElements()); in getShuffleCost()
1512 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
1513 if (SubLT.second.isVector()) { in getShuffleCost()
1514 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1516 return SubLT.first; in getShuffleCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3348 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local
3349 if (SubLT.second.isVector()) { in getShuffleCost()
3351 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
3353 return SubLT.first; in getShuffleCost()