| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | config.ts | 8 defaultValue: T = undefined): T { 10 .get<T>(key, defaultValue);
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 49 MethodParameter(TypeT &&type, NameT &&name, DefaultT &&defaultValue, 53 defaultValue(stringify(std::forward<DefaultT>(defaultValue))), in type() 71 bool hasDefaultValue() const { return !defaultValue.empty(); } in hasDefaultValue() 80 std::string defaultValue; variable
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpDefinitionsGen.cpp | 968 std::string defaultValue = std::string( in emitAttrGetterWithReturnType() local 972 &fctx.withSelf(defaultValue)) in emitAttrGetterWithReturnType() 1625 std::string defaultValue = std::string( in genPopulateDefaultAttributes() local 1628 index, defaultValue); in genPopulateDefaultAttributes() 1793 StringRef defaultValue; in getBuilderSignature() local 1795 defaultValue = *defaultParamValue; in getBuilderSignature() 1798 defaultValue); in getBuilderSignature() 2015 std::string defaultValue; in buildParamList() local 2018 defaultValue += attr.getDefaultValue(); in buildParamList() 2921 std::string defaultValue = std::string( in OpOperandAdaptorEmitter() local [all …]
|
| H A D | AttrOrTypeFormatGen.cpp | 64 if (llvm::Optional<StringRef> defaultValue = getParam().getDefaultValue()) { in genPrintGuard() local 66 std::string valueStr = tgfmt(*defaultValue, &ctx).str(); in genPrintGuard() 304 if (Optional<StringRef> defaultValue = param.getDefaultValue()) in genParser() local 305 selfOs << tgfmt(*defaultValue, &ctx); in genParser()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 64 XcodeSDK defaultValue{}; in ParseXcodeSDK() local 67 if (!(sdk == defaultValue)) in ParseXcodeSDK() 70 return defaultValue; in ParseXcodeSDK()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold.cpp | 205 const std::optional<ActualArgument> &arg, std::int64_t defaultValue) { in GetInt64ArgOr() argument 207 return defaultValue; in GetInt64ArgOr()
|
| H A D | fold-implementation.h | 538 const std::optional<ActualArgument> &, std::int64_t defaultValue);
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassBase.td | 33 string defaultValue = default;
|
| H A D | PassOptions.h | 491 const OptVal &defaultValue, size_t globalWidth) const;
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassRegistry.cpp | 414 const Option &opt, OpPassManager &pm, const OptVal &defaultValue, in printOptionDiff() argument 420 if (defaultValue.hasValue()) { in printOptionDiff() 422 defaultValue.getValue().printAsTextualPipeline(outs()); in printOptionDiff()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Class.cpp | 33 os << " = " << defaultValue; in writeDeclTo()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 99 string defaultValue = "";
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.h | 222 Attribute defaultValue);
|
| H A D | Deserializer.cpp | 535 Attribute defaultValue) { in createSpecConstant() argument 538 defaultValue); in createSpecConstant()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AttrTypeBase.td | 337 string defaultValue = ?; 392 let defaultValue = value;
|
| H A D | OpBase.td | 915 string defaultValue = ?; 964 let defaultValue = val; 1568 let defaultValue = attr.defaultValue; 1879 string defaultValue = value;
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | numeric.cpp | 21 std::int64_t defaultValue, int resKind) { in getIntArgValue() argument 24 res = static_cast<RES>(defaultValue); in getIntArgValue()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | directive2.td | 27 let defaultValue = "*";
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 136 let defaultValue = "*";
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 607 mlir::Value defaultValue) { in readLowerBound() argument 622 dim, defaultValue); in readLowerBound() 629 return defaultValue; in readLowerBound()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 423 mlir::Value defaultValue);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 1886 EnumTy defaultValue) { in parseOptionalLLVMKeyword() argument 1893 return static_cast<RetTy>(defaultValue); in parseOptionalLLVMKeyword()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | AttributesAndTypes.md | 676 Optional parameters can be given default values by setting `defaultValue`, a
|