Home
last modified time | relevance | path

Searched refs:VecResTy (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp6538 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() argument
6541 const VectorType *RV = VecResTy->getAs<VectorType>(); in checkVectorResult()
6546 << CondTy << VecResTy; in checkVectorResult()
6555 << CondTy << VecResTy; in checkVectorResult()
6581 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional() local
6585 if (VecResTy.isNull()) return QualType(); in OpenCLCheckVectorConditional()
6588 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional()
6590 return VecResTy; in OpenCLCheckVectorConditional()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp8041 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() argument
8044 const VectorType *RV = VecResTy->getAs<VectorType>(); in checkVectorResult()
8049 << CondTy << VecResTy; in checkVectorResult()
8058 << CondTy << VecResTy; in checkVectorResult()
8084 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional() local
8088 if (VecResTy.isNull()) return QualType(); in OpenCLCheckVectorConditional()
8091 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional()
8093 return VecResTy; in OpenCLCheckVectorConditional()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8148 EVT VecResTy; in tryCombineFixedPointConvert() local
8157 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert()
8159 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert()
8164 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10452 EVT VecResTy; in tryCombineFixedPointConvert() local
10461 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert()
10463 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert()
10468 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12558 EVT VecResTy; in tryCombineFixedPointConvert() local
12567 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert()
12569 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert()
12574 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()