Searched defs:PredTy (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 995 MVT PredTy = ty(PredV); in createHvxPrefixPred() local 1519 MVT PredTy = ty(VecQ); in compressHvxPred() local 2404 MVT PredTy = MVT::getVectorVT(MVT::i1, ResTy.getVectorNumElements()); in emitHvxAddWithOverflow() local 2450 MVT PredTy = MVT::getVectorVT(MVT::i1, IntTy.getVectorNumElements()); in emitHvxShiftRightRnd() local 2588 MVT PredTy = MVT::getVectorVT(MVT::i1, VecTy.getVectorNumElements()); in emitHvxMulLoHiV60() local 2598 MVT PredTy = MVT::getVectorVT(MVT::i1, VecTy.getVectorNumElements()); in emitHvxMulLoHiV60() local 2634 MVT PredTy = MVT::getVectorVT(MVT::i1, VecTy.getVectorNumElements()); in emitHvxMulLoHiV62() local 2649 MVT PredTy = MVT::getVectorVT(MVT::i1, VecTy.getVectorNumElements()); in emitHvxMulLoHiV62() local 2755 MVT PredTy = MVT::getVectorVT(MVT::i1, ResTy.getVectorElementCount()); in ExpandHvxFpToInt() local 2861 MVT PredTy = MVT::getVectorVT(MVT::i1, InpTy.getVectorElementCount()); in ExpandHvxIntToFp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 235 auto *PredTy = VectorType::get(Int1Ty, State.VF); in generateInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 504 MVT PredTy = ty(PredV); in createHvxPrefixPred() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12777 auto PredTy = VT.changeVectorElementType(MVT::i1); in LowerINSERT_SUBVECTOR() local 14426 Type *PredTy = VectorType::get(Type::getInt1Ty(LDVTy->getContext()), in lowerInterleavedLoad() local 14623 Type *PredTy = VectorType::get(Type::getInt1Ty(STVTy->getContext()), in lowerInterleavedStore() local 22908 auto PredTy = VT.changeVectorElementType(MVT::i1); in getPredicateForScalableVector() local
|