Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1111 std::pair<InstructionCost, MVT> SubLT = in getShuffleCost() local
1113 if (SubLT.second.isVector()) { in getShuffleCost()
1114 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1116 return SubLT.first; in getShuffleCost()
1127 SubLT.second.getVectorElementType() && in getShuffleCost()
1135 SubLT.second.getVectorNumElements()); in getShuffleCost()
1158 std::pair<InstructionCost, MVT> SubLT = in getShuffleCost() local
1160 if (SubLT.second.isVector()) { in getShuffleCost()
1161 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1163 return SubLT.first; in getShuffleCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3015 std::pair<InstructionCost, MVT> SubLT = in getShuffleCost() local
3017 if (SubLT.second.isVector()) { in getShuffleCost()
3019 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
3021 return SubLT.first; in getShuffleCost()