Home
last modified time | relevance | path

Searched refs:MinTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h648 LegalizeRuleSet &clampScalar(unsigned TypeIdx, const LLT &MinTy, in clampScalar() argument
650 assert(MinTy.isScalar() && MaxTy.isScalar() && "Expected scalar types"); in clampScalar()
651 return minScalar(TypeIdx, MinTy).maxScalar(TypeIdx, MaxTy); in clampScalar()
706 LegalizeRuleSet &clampNumElements(unsigned TypeIdx, const LLT &MinTy, in clampNumElements() argument
708 assert(MinTy.getElementType() == MaxTy.getElementType() && in clampNumElements()
711 const LLT &EltTy = MinTy.getElementType(); in clampNumElements()
712 return clampMinNumElements(TypeIdx, EltTy, MinTy.getNumElements()) in clampNumElements()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1880 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-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2580 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in getTreeCost() local
2583 VecTy = VectorType::get(MinTy, BundleWidth); in getTreeCost()
3591 auto *MinTy = IntegerType::get(F->getContext(), MinBWs[ScalarRoot].first); in vectorizeTree() local
3592 auto *VecTy = VectorType::get(MinTy, BundleWidth); in vectorizeTree()