Home
last modified time | relevance | path

Searched refs:OPTIONAL (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp4639 OPTIONAL(flags, DIFlagField, ); in parseDIBasicType()
4689 OPTIONAL(annotations, MDField, ); in parseDIDerivedType()
4727 OPTIONAL(annotations, MDField, ); in parseDICompositeType()
4838 OPTIONAL(sdk, MDStringField, ); in parseDICompileUnit()
4916 OPTIONAL(column, ColumnField, ); in parseDILexicalBlock()
4948 OPTIONAL(line, LineField, ); in parseDICommonBlock()
4981 OPTIONAL(value, MDStringField, ); in parseDIMacro()
4997 OPTIONAL(nodes, MDField, ); in parseDIMacroFile()
5019 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule()
5244 OPTIONAL(type, MDField, ); in parseDIObjCProperty()
[all …]
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMCheckLinkerFlag.cmake1 include(CheckLinkerFlag OPTIONAL)
H A DFindOCaml.cmake65 CMAKE_PARSE_ARGUMENTS(ARG "OPTIONAL" "VERSION" "" ${ARGN})
H A DLLVMDistributionSupport.cmake169 list(APPEND includes "include(\"${prefix}${distribution}${suffix}\" OPTIONAL)")
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py137 OPTIONAL = '?' variable
604 elif action.nargs == OPTIONAL:
689 defaulting_nargs = [OPTIONAL, ZERO_OR_MORE]
849 if const is not None and nargs != OPTIONAL:
850 raise ValueError('nargs must be %r to supply const' % OPTIONAL)
941 if const is not None and nargs != OPTIONAL:
1393 if kwargs.get('nargs') not in [OPTIONAL, ZERO_OR_MORE]:
2011 OPTIONAL: _('expected at most one argument'),
2148 elif nargs == OPTIONAL:
2188 if not arg_strings and action.nargs == OPTIONAL:
[all …]
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dattr.h27 OPTIONAL, PARAMETER, PASS, POINTER, PRIVATE, PROTECTED, PUBLIC, PURE, in ENUM_CLASS() argument
H A Dtools.h149 return symbol.attrs().test(Attr::OPTIONAL); in IsOptional()
/llvm-project-15.0.7/cmake/Modules/
H A DLLVMCheckCompilerLinkerFlag.cmake3 include(CheckCompilerFlag OPTIONAL)
H A DHandleOutOfTreeLLVM.cmake46 include(AddLLVM OPTIONAL)
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3093 DepClassTy::OPTIONAL); in updateImpl()
3236 DepClassTy::OPTIONAL); in isKnownNoAliasDueToNoAliasPreservation()
4831 DepClassTy::OPTIONAL); in updateImpl()
4859 DepClassTy::OPTIONAL, in updateImpl()
5183 *this, IRPosition::value(*O), DepClassTy::OPTIONAL); in updateImpl()
5475 A.recordDependence(AA, *this, DepClassTy::OPTIONAL); in askSimplifiedValueFor()
5480 A.recordDependence(AA, *this, DepClassTy::OPTIONAL); in askSimplifiedValueFor()
6251 DepClassTy::OPTIONAL); in updateImpl()
6256 DepClassTy::OPTIONAL); in updateImpl()
6492 DepClassTy::OPTIONAL); in updateImpl()
[all …]
H A DAttributor.cpp201 QueryingAA, IRPosition::callsite_function(*CB), DepClassTy::OPTIONAL); in isNoSyncInst()
217 QueryingAA, IRPosition::value(V), DepClassTy::OPTIONAL); in isDynamicallyUnique()
479 A.recordDependence(*PI, QueryingAA, DepClassTy::OPTIONAL); in getPotentialCopiesOfMemoryValue()
518 A.recordDependence(MemLocAA, QueryingAA, DepClassTy::OPTIONAL); in isAssumedReadOnlyOrReadNone()
530 A.recordDependence(MemBehaviorAA, QueryingAA, DepClassTy::OPTIONAL); in isAssumedReadOnlyOrReadNone()
584 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()
595 QueryingAA, IRPosition::function(*FromFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()
1134 getOrCreateAAFor<AAPotentialValues>(IRP, AA, DepClassTy::OPTIONAL); in getAssumedSimplifiedValues()
1282 CheckBBLivenessOnly ? DepClass : DepClassTy::OPTIONAL)) in isAssumedDead()
1738 if (Dep.getInt() == unsigned(DepClassTy::OPTIONAL)) { in runTillFixpoint()
[all …]
H A DOpenMPOpt.cpp3001 DepClassTy::OPTIONAL); in manifest()
3229 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize()
3247 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize()
3270 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize()
4005 DepClassTy::OPTIONAL); in updateImpl()
4046 *this, IRPosition::function(*Kernel), DepClassTy::OPTIONAL); in updateImpl()
4066 *this, IRPosition::callsite_function(CB), DepClassTy::OPTIONAL); in updateImpl()
4200 *this, IRPosition::callsite_function(CB), DepClassTy::OPTIONAL); in initialize()
4363 *this, IRPosition::function(*CB.getCaller()), DepClassTy::OPTIONAL); in updateImpl()
4365 *this, IRPosition::function(*CB.getCaller()), DepClassTy::OPTIONAL); in updateImpl()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h345 OPTIONAL, ///< The target may be valid if the source is not.
1481 DepClassTy DepClass = DepClassTy::OPTIONAL,
1749 DepClassTy DepClass = DepClassTy::OPTIONAL);
1757 DepClassTy DepClass = DepClassTy::OPTIONAL);
1765 DepClassTy DepClass = DepClassTy::OPTIONAL);
1773 DepClassTy DepClass = DepClassTy::OPTIONAL);
1780 DepClassTy DepClass = DepClassTy::OPTIONAL);
1794 DepClassTy LivenessDepClass = DepClassTy::OPTIONAL,
/llvm-project-15.0.7/llvm/runtimes/
H A DCMakeLists.txt202 include(${LLVM_BINARY_DIR}/runtimes/Components.cmake OPTIONAL)
264 include(${LLVM_BINARY_DIR}/runtimes/${name}/Components.cmake OPTIONAL)
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake681 find_ocamlfind_package(ctypes VERSION 0.4 OPTIONAL)
747 include(Platform/${CMAKE_HOST_SYSTEM_NAME} OPTIONAL RESULT_VARIABLE _includedFile)
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp323 {Attr::OPTIONAL, DummyDataObject::Attr::Optional}, in Characterize()
592 {semantics::Attr::OPTIONAL, DummyProcedure::Attr::Optional}, in CharacterizeDummyProcedure()
H A Dcheck-expression.cpp526 if (ultimate.attrs().test(semantics::Attr::OPTIONAL)) { in operator ()()
H A Dintrinsics.cpp2431 ok = symbol->attrs().test(semantics::Attr::OPTIONAL); in ApplySpecificChecks()
/llvm-project-15.0.7/flang/docs/
H A Df2018-grammar.md211 INTRINSIC | language-binding-spec | OPTIONAL | PARAMETER |
278 R850 optional-stmt -> OPTIONAL [::] dummy-arg-name-list
754 OPTIONAL | POINTER | PROTECTED | SAVE
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp269 HANDLE_ATTR_CLASS(Optional, OPTIONAL)
4127 HandleAttributeStmt(Attr::OPTIONAL, x.v); in Pre()
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst2218 b. [OPTIONAL] Discriminator. This is used if the sampled program
2242 d. [OPTIONAL] Potential call targets and samples. If present, this