Home
last modified time | relevance | path

Searched refs:resultTy (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp37 NonLoc lhs, NonLoc rhs, QualType resultTy) override;
39 Loc lhs, Loc rhs, QualType resultTy) override;
41 Loc lhs, NonLoc rhs, QualType resultTy) override;
48 const llvm::APSInt &RHS, QualType resultTy);
212 QualType resultTy) { in MakeSymIntVal() argument
223 return makeIntVal(0, resultTy); in MakeSymIntVal()
241 return makeIntVal(0, resultTy); in MakeSymIntVal()
255 return makeIntVal(0, resultTy); in MakeSymIntVal()
264 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); in MakeSymIntVal()
274 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy); in MakeSymIntVal()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp39 NonLoc lhs, NonLoc rhs, QualType resultTy) override;
41 Loc lhs, Loc rhs, QualType resultTy) override;
43 Loc lhs, NonLoc rhs, QualType resultTy) override;
54 const llvm::APSInt &RHS, QualType resultTy);
220 QualType resultTy) { in MakeSymIntVal() argument
231 return makeIntVal(0, resultTy); in MakeSymIntVal()
249 return makeIntVal(0, resultTy); in MakeSymIntVal()
263 return makeIntVal(0, resultTy); in MakeSymIntVal()
272 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); in MakeSymIntVal()
282 return evalCastFromNonLoc(nonloc::SymbolVal(LHS), resultTy); in MakeSymIntVal()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h99 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
104 Loc lhs, Loc rhs, QualType resultTy) = 0;
110 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
118 NonLoc lhs, NonLoc rhs, QualType resultTy);
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h118 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
123 Loc lhs, Loc rhs, QualType resultTy) = 0;
129 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
142 NonLoc lhs, NonLoc rhs, QualType resultTy);
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp42 Type resultTy = op->getResultTypes().front(); in verifySizeOrIndexOp() local
44 if (!resultTy.isa<SizeType>()) in verifySizeOrIndexOp()
54 Type resultTy = op->getResultTypes().front(); in verifyShapeOrExtentTensorOp() local
56 if (!resultTy.isa<ShapeType>()) in verifyShapeOrExtentTensorOp()
394 Type resultTy; in parseConstShapeOp() local
395 if (parser.parseColonType(resultTy)) in parseConstShapeOp()
397 result.types.push_back(resultTy); in parseConstShapeOp()
/external/llvm-project/mlir/lib/Conversion/GPUToNVVM/
DLowerGpuOpsToNVVMOps.cpp64 auto resultTy = in matchAndRewrite() local
80 loc, resultTy, activeMask, adaptor.value(), adaptor.offset(), in matchAndRewrite()
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp342 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQuerySizeLod() local
346 auto &dst = state->createIntermediate(insn.resultId(), resultTy.componentCount); in EmitImageQuerySizeLod()
347 GetImageDimensions(state, resultTy, imageId, lodId, dst); in EmitImageQuerySizeLod()
354 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQuerySize() local
358 auto &dst = state->createIntermediate(insn.resultId(), resultTy.componentCount); in EmitImageQuerySize()
359 GetImageDimensions(state, resultTy, imageId, lodId, dst); in EmitImageQuerySize()
369 void SpirvShader::GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID image… in GetImageDimensions() argument
377 uint32_t dimensions = resultTy.componentCount - (isArrayed ? 1 : 0); in GetImageDimensions()
434 auto &resultTy = getType(Type::ID(insn.resultTypeId())); in EmitImageQueryLevels() local
435 ASSERT(resultTy.componentCount == 1); in EmitImageQueryLevels()
[all …]
DSpirvShaderMemory.cpp32 auto &resultTy = getType(result); in EmitLoad() local
58 auto &dst = state->createIntermediate(resultId, resultTy.componentCount); in EmitLoad()
DSpirvShader.hpp1231 …void GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID imageId, Object::…
/external/llvm-project/mlir/lib/Conversion/ShapeToStandard/
DShapeToStandard.cpp187 Type resultTy = RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite() local
188 rewriter.replaceOpWithNewOp<TensorCastOp>(op, tensor, resultTy); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1760 RankedTensorType resultTy = op.getType().cast<RankedTensorType>(); in verify() local
1761 if (op.getNumOperands() != resultTy.getNumDynamicDims()) in verify()
1769 if (op.body().getNumArguments() != resultTy.getRank()) in verify()
1775 if (yieldOp.value().getType() != resultTy.getElementType()) in verify()
1784 OpBuilder &b, OperationState &result, Type resultTy, in build() argument
1787 build(b, result, resultTy, dynamicExtents); in build()
1792 auto rank = resultTy.cast<RankedTensorType>().getRank(); in build()
1967 Type resultTy = RankedTensorType::get({static_cast<int64_t>(elements.size())}, in build() local
1970 result.addTypes(resultTy); in build()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2211 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
2216 QualType modifiedTy = resultTy; in ProcessPropertyDecl()
2219 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl()
2226 resultTy, nullptr, CD, in ProcessPropertyDecl()
DSemaOverload.cpp1528 QualType resultTy; in IsStandardConversion() local
1531 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp2041 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp() local
2042 if (failed(processType(op.getLoc(), resultTy, resTypeID))) in processOp()
2055 if (!resultTy.isa<NoneType>()) in processOp()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2485 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
2490 QualType modifiedTy = resultTy; in ProcessPropertyDecl()
2493 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2499 Context, Loc, Loc, property->getGetterName(), resultTy, nullptr, CD, in ProcessPropertyDecl()
DSemaOverload.cpp1723 QualType resultTy; in IsStandardConversion() local
1726 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
/external/clang/lib/AST/
DType.cpp1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() local
1112 resultTy = ctx.getObjCObjectPointerType(resultTy); in substObjCTypeArgs()
1113 return ctx.getQualifiedType(resultTy, splitType.Quals); in substObjCTypeArgs()
/external/llvm-project/clang/lib/AST/
DType.cpp1297 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local
1302 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2613 mlir::Type resultTy = getType();
2614 if (auto tdesc = resultTy.dyn_cast<TypeDescType>()) {
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td1625 OpBuilderDAG<(ins "Type":$resultTy, "ValueRange":$dynamicExtents,