Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 152) sorted by relevance

1234567

/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h66 using resultType = Success; member
90 using resultType = Success; member
221 using resultType = std::pair<char, bool /* was escaped */>; member
249 using resultType = std::string; member
272 using resultType = std::string; member
352 using resultType = CharBlock; member
372 using resultType = CharBlock; member
387 using resultType = std::uint64_t; member
440 using resultType = std::int64_t; member
457 using resultType = std::uint64_t; member
[all …]
Dexpr-parsers.cpp98 using resultType = Expr; typedef
123 using resultType = Expr; typedef
156 using resultType = Expr; typedef
191 using resultType = Expr; typedef
217 using resultType = Expr; typedef
266 using resultType = Expr; typedef
292 using resultType = Expr; typedef
318 using resultType = Expr; typedef
344 using resultType = Expr; typedef
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h110 using resultType = Success; member
115 using resultType = Statement<common::Indirection<LabelDoStmt>>; member
120 using resultType = Statement<common::Indirection<EndDoStmt>>; member
125 using resultType = Success; member
130 using resultType = Success; member
135 using resultType = Name; member
140 using resultType = DataComponentDefStmt; member
/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp583 getFunctionType(mlir::Type resultType, llvm::ArrayRef<mlir::Value> arguments, in getFunctionType()
653 GeneratorType generator, llvm::StringRef name, mlir::Type resultType, in genElementalCall()
676 ExtendedGenerator generator, llvm::StringRef name, mlir::Type resultType, in genElementalCall()
691 IntrinsicLibrary::genIntrinsicCall(llvm::StringRef name, mlir::Type resultType, in genIntrinsicCall()
736 mlir::Type resultType, in invokeGenerator()
743 mlir::Type resultType, in invokeGenerator()
750 mlir::Type resultType, in invokeGenerator()
766 auto resultType = funcType.getResult(0); in getWrapper() local
824 llvm::StringRef name, mlir::Type resultType, in outlineInWrapper()
844 llvm::StringRef name, mlir::Type resultType, in outlineInWrapper()
[all …]
/external/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp23 const Type& resultType) { in is_low_precision_matrix_vector_multiply()
37 const Type& resultType) { in rewrite_matrix_vector_multiply()
101 const Type* resultType; in Convert() local
147 const Type* resultType; in Make() local
158 const Type* resultType) { in Make()
DSkSLTernaryExpression.cpp28 const Type* resultType; in Convert() local
/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DDialect.cpp78 Type resultType = *op->result_type_begin(); in printBinaryOp() local
133 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local
213 auto resultType = results.front(); in verify() local
236 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/examples/toy/Ch2/mlir/
DDialect.cpp78 Type resultType = *op->result_type_begin(); in printBinaryOp() local
133 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local
213 auto resultType = results.front(); in verify() local
236 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp147 Type resultType = *op->result_type_begin(); in printBinaryOp() local
211 auto resultType = type.dyn_cast<mlir::RankedTensorType>(); in verifyConstantForType() local
235 auto resultType = type.cast<StructType>(); in verifyConstantForType() local
346 auto resultType = results.front(); in verify() local
366 mlir::Type resultType = structTy.getElementTypes()[index]; in build() local
378 mlir::Type resultType = op.getResult().getType(); in verify() local
402 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
DShapeInferencePass.cpp103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp134 Type resultType = *op->result_type_begin(); in printBinaryOp() local
189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local
294 auto resultType = results.front(); in verify() local
323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
DShapeInferencePass.cpp103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp134 Type resultType = *op->result_type_begin(); in printBinaryOp() local
189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local
294 auto resultType = results.front(); in verify() local
323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
DShapeInferencePass.cpp103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp134 Type resultType = *op->result_type_begin(); in printBinaryOp() local
189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local
294 auto resultType = results.front(); in verify() local
323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
DShapeInferencePass.cpp103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
/external/angle/src/common/apple/
DSoftLinking.h51 # define SOFT_LINK_FUNCTION_HEADER(framework, functionName, resultType, parameterDeclarations, \ argument
63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ argument
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics-library.cpp81 DynamicType resultType; member
363 [[maybe_unused]] DynamicType resultType) { in GetHostRuntimeMapHelper()
380 static const HostRuntimeMap *GetHostRuntimeMapVersion(DynamicType resultType) { in GetHostRuntimeMapVersion()
411 LibraryVersion version, DynamicType resultType) { in GetHostRuntimeMap()
426 const HostRuntimeMap &map, const std::string &name, DynamicType resultType, in SearchInHostRuntimeMap()
440 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime()
483 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
/external/llvm-project/mlir/test/lib/Transforms/
DTestDecomposeCallGraphTypes.cpp68 [](OpBuilder &builder, TupleType resultType, ValueRange inputs, in runOnOperation()
69 Location loc) -> Optional<Value> { in runOnOperation()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DParsers.java47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
/external/catch2/include/internal/
Dcatch_assertionresult.h29 ResultWas::OfType resultType; member
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk()
/external/icu/libicu/cts_headers/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DBufferize.cpp131 auto resultType = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
147 auto resultType = MemRefType::get( in matchAndRewrite() local

1234567