Searched defs:lhsType (Results 1 – 12 of 12) sorted by relevance
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShaderArithmetic.cpp | 313 auto &lhsType = getType(getObject(insn.word(3))); in EmitBinaryOp() local 521 auto &lhsType = getType(getObject(insn.word(3))); in EmitDot() local
|
| /external/llvm-project/mlir/lib/Dialect/Affine/EDSC/ |
| D | Builders.cpp | 211 auto lhsType = lhs.getType(); in createIComparisonExpr() local 225 auto lhsType = lhs.getType(); in createFComparisonExpr() local
|
| /external/llvm-project/flang/lib/Semantics/ |
| D | pointer-assignment.cpp | 85 std::optional<TypeAndShape> &&lhsType) { in set_lhsType()
|
| D | expression.cpp | 3017 std::optional<DynamicType> lhsType{lhs.GetType()}; in TryDefinedAssignment() local 3185 const DynamicType &lhsType, const DynamicType &rhsType) { in AddAssignmentConversion()
|
| D | tools.cpp | 83 const std::optional<evaluate::DynamicType> &lhsType, int lhsRank, in IsDefinedAssignment()
|
| /external/llvm-project/mlir/lib/Dialect/Vector/ |
| D | VectorTransforms.cpp | 1335 VectorType lhsType = op.getOperandVectorTypeLHS(); in matchAndRewrite() local 1643 VectorType lhsType = op.getLhsType(); in matchAndRewrite() local 1700 VectorType lhsType = op.getLhsType(); in matchAndRewrite() local 1977 VectorType lhsType = op.getLhsType(); in matchAndRewrite() local 2010 VectorType lhsType = op.getLhsType(); in lowerParallel() local 2059 VectorType lhsType = op.getLhsType(); in lowerReduction() local
|
| D | VectorOps.cpp | 242 auto lhsType = types[0].cast<VectorType>(); in parseContractionOp() local 274 static bool verifyDimMap(VectorType lhsType, VectorType rhsType, in verifyDimMap() 286 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape() 372 auto lhsType = op.getLhsType(); in verify() local
|
| /external/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 1198 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local 1515 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
|
| D | SemaChecking.cpp | 6504 CheckReturnStackAddr(Sema &S, Expr *RetValExp, QualType lhsType, in CheckReturnStackAddr() 6888 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 1395 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local 1743 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
|
| D | SemaChecking.cpp | 10309 Sema::CheckReturnValExpr(Expr *RetValExp, QualType lhsType, in CheckReturnValExpr()
|
| /external/angle/src/compiler/translator/ |
| D | IntermNode.cpp | 2038 const TType &lhsType = mLeft->getType(); in getIndexStructFieldName() local
|