/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 37 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/ |
D | SimpleSValBuilder.cpp | 39 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/ |
D | SValBuilder.h | 99 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/ |
D | SValBuilder.h | 118 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/ |
D | Shape.cpp | 42 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/ |
D | LowerGpuOpsToNVVMOps.cpp | 64 auto resultTy = in matchAndRewrite() local 80 loc, resultTy, activeMask, adaptor.value(), adaptor.offset(), in matchAndRewrite()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 342 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 …]
|
D | SpirvShaderMemory.cpp | 32 auto &resultTy = getType(result); in EmitLoad() local 58 auto &dst = state->createIntermediate(resultId, resultTy.componentCount); in EmitLoad()
|
D | SpirvShader.hpp | 1231 …void GetImageDimensions(EmitState const *state, Type const &resultTy, Object::ID imageId, Object::…
|
/external/llvm-project/mlir/lib/Conversion/ShapeToStandard/ |
D | ShapeToStandard.cpp | 187 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/ |
D | Ops.cpp | 1760 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/ |
D | SemaObjCProperty.cpp | 2211 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()
|
D | SemaOverload.cpp | 1528 QualType resultTy; in IsStandardConversion() local 1531 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 2041 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/ |
D | SemaObjCProperty.cpp | 2485 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()
|
D | SemaOverload.cpp | 1723 QualType resultTy; in IsStandardConversion() local 1726 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1106 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/ |
D | Type.cpp | 1297 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local 1302 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 2613 mlir::Type resultTy = getType(); 2614 if (auto tdesc = resultTy.dyn_cast<TypeDescType>()) {
|
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/ |
D | Ops.td | 1625 OpBuilderDAG<(ins "Type":$resultTy, "ValueRange":$dynamicExtents,
|