Home
last modified time | relevance | path

Searched defs:isOptional (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DArgument.cpp23 bool NamedTypeConstraint::isOptional() const { return constraint.isOptional(); } in isOptional() function in NamedTypeConstraint
H A DType.cpp25 bool TypeConstraint::isOptional() const { isOptional() function in TypeConstraint
H A DAttribute.cpp112 bool Attribute::isOptional() const { return def->getValueAsBit("isOptional"); } isOptional() function in Attribute
H A DAttrOrTypeDef.cpp322 bool AttrOrTypeParameter::isOptional() const { isOptional() function in AttrOrTypeParameter
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMapParser.cpp42 OptionalParseResult DimLvlMapParser::parseVar(VarKind vk, bool isOptional, in parseVar()
76 const bool isOptional = false; in parseVarUsage() local
89 const bool isOptional = false; in parseVarBinding() local
103 const bool isOptional = true; in parseOptionalVarBinding() local
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h45 bool isOptional() const { return optional; } in isOptional() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DHLFIRTools.h152 bool isOptional() const { isOptional() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp53 bool isOptional() const { return param.isOptional(); } in isOptional() function in __anon50ecb4030111::ParameterElement
372 genLiteralParser(StringRef value,FmtContext & ctx,MethodBody & os,bool isOptional) genLiteralParser() argument
623 genCustomParser(CustomDirective * el,FmtContext & ctx,MethodBody & os,bool isOptional) genCustomParser() argument
[all...]
H A DOpDefinitionsGen.cpp445 bool isOptional = computeAttrMetadata() local
1850 bool isOptional = attr.isOptional(); global() local
3661 bool isOptional = value.isOptional(); global() local
[all...]
H A DOpFormatGen.cpp966 genCustomDirectiveParser(CustomDirective * dir,MethodBody & body,bool useProperties,StringRef opCppClassName,bool isOptional=false) genCustomDirectiveParser() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h505 bool isOptional() const { in isOptional() function
915 bool isOptional() const { in isOptional() function
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp1374 bool Fortran::lower::CallInterface<T>::PassedEntity::isOptional() const { isOptional() function in Fortran::lower::CallInterface::PassedEntity
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp233 bool isOptional() const { return isOpt; } isOptional() function in __anon4af29db20211::Argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5248 static bool isOptional(mlir::Value value) { isOptional() function