Searched refs:MinTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 903 LegalizeRuleSet &clampScalar(unsigned TypeIdx, const LLT MinTy, in clampScalar() argument 905 assert(MinTy.isScalar() && MaxTy.isScalar() && "Expected scalar types"); in clampScalar() 906 return minScalar(TypeIdx, MinTy).maxScalar(TypeIdx, MaxTy); in clampScalar() 910 LegalizeRuleSet &clampScalarOrElt(unsigned TypeIdx, const LLT MinTy, in clampScalarOrElt() argument 912 return minScalarOrElt(TypeIdx, MinTy).maxScalarOrElt(TypeIdx, MaxTy); in clampScalarOrElt() 1012 LegalizeRuleSet &clampNumElements(unsigned TypeIdx, const LLT MinTy, in clampNumElements() argument 1014 assert(MinTy.getElementType() == MaxTy.getElementType() && in clampNumElements() 1017 const LLT EltTy = MinTy.getElementType(); in clampNumElements() 1018 return clampMinNumElements(TypeIdx, EltTy, MinTy.getNumElements()) in clampNumElements()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 804 LegalizeRuleSet &clampScalar(unsigned TypeIdx, const LLT &MinTy, in clampScalar() argument 806 assert(MinTy.isScalar() && MaxTy.isScalar() && "Expected scalar types"); in clampScalar() 807 return minScalar(TypeIdx, MinTy).maxScalar(TypeIdx, MaxTy); in clampScalar() 811 LegalizeRuleSet &clampScalarOrElt(unsigned TypeIdx, const LLT &MinTy, in clampScalarOrElt() argument 813 return minScalarOrElt(TypeIdx, MinTy).maxScalarOrElt(TypeIdx, MaxTy); in clampScalarOrElt() 899 LegalizeRuleSet &clampNumElements(unsigned TypeIdx, const LLT &MinTy, in clampNumElements() argument 901 assert(MinTy.getElementType() == MaxTy.getElementType() && in clampNumElements() 904 const LLT &EltTy = MinTy.getElementType(); in clampNumElements() 905 return clampMinNumElements(TypeIdx, EltTy, MinTy.getNumElements()) in clampNumElements()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1880 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot]); in getTreeCost() local 1881 VecTy = VectorType::get(MinTy, BundleWidth); in getTreeCost() 2609 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot]); in vectorizeTree() local 2610 auto *VecTy = VectorType::get(MinTy, BundleWidth); in vectorizeTree()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3797 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in getTreeCost() local 3800 VecTy = VectorType::get(MinTy, BundleWidth); in getTreeCost() 4603 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in vectorizeTree() local 4604 auto *VecTy = VectorType::get(MinTy, BundleWidth); in vectorizeTree()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4076 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in getTreeCost() local 4079 VecTy = FixedVectorType::get(MinTy, BundleWidth); in getTreeCost() 4867 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in vectorizeTree() local 4868 auto *VecTy = FixedVectorType::get(MinTy, BundleWidth); in vectorizeTree()
|