Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp121 if (getOptions().Debug && Highlight) in renderLine()
139 if (getOptions().Debug) { in renderLine()
199 if (getOptions().Debug) in renderRegionMarkers()
219 if (getOptions().Debug) in renderExpansionView()
229 if (getOptions().Debug) in renderBranchView()
255 if (getOptions().ShowBranchCounts) in renderBranchView()
265 if (getOptions().ShowBranchCounts) in renderBranchView()
287 if (getOptions().hasProjectTitle()) in renderTitle()
289 << getOptions().ProjectTitle << "\n"; in renderTitle()
293 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageViewHTML.cpp539 if (getOptions().Debug) in renderLine()
572 if (getOptions().Debug) { in renderLine()
600 if (getOptions().Debug) in renderLine()
662 if (getOptions().Debug) in renderBranchView()
702 if (getOptions().ShowBranchCounts) in renderBranchView()
714 if (getOptions().ShowBranchCounts) in renderBranchView()
733 getOptions())) in renderInstantiationView()
742 if (getOptions().hasProjectTitle()) in renderTitle()
743 OS << tag(ProjectTitleTag, escape(getOptions().ProjectTitle, getOptions())); in renderTitle()
745 if (getOptions().hasCreatedTime()) in renderTitle()
[all …]
H A DSourceCoverageView.cpp119 if (!getOptions().ShowRegionMarkers) in shouldRenderRegionMarkers()
228 if (getOptions().ShowLineNumbers) in print()
231 if (getOptions().ShowLineStats) in print()
237 getOptions().Colors) in print()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp262 return bool(Record->getOptions() & in hasConstructor()
270 return bool(Record->getOptions() & in hasAssignmentOperator()
278 return bool(Record->getOptions() & in hasNestedTypes()
286 return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic); in isIntrinsic()
293 return bool(Record->getOptions() & in hasCastOperator()
319 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
326 return bool(Record->getOptions() & in hasOverloadedOperator()
334 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked()
341 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
H A DNativeTypePointer.cpp135 return (Record->getOptions() & PointerOptions::Const) != PointerOptions::None; in isConstType()
141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
148 return (Record->getOptions() & PointerOptions::Volatile) != in isVolatileType()
155 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
H A DNativeTypeFunctionSig.cpp177 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor()
187 return (MemberFunc.getOptions() & in isConstructorVirtualBase()
194 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
H A DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt()
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DOptionsProviderTest.cpp50 FileOpt.getOptions("ProjectRoot/SubDir1/File.cpp"); in TEST()
52 FileOpt.getOptions("ProjectRoot/SubDir1/SubDir2/File.cpp"); in TEST()
54 FileOpt.getOptions("ProjectRoot/SubDir1/SubDir2/SubDir3/File.cpp"); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp231 if (!isRegionReturnLike(returnOp) || !getOptions().isOpAllowed(returnOp)) in gatherYieldedTensors()
261 auto bufferizableOp = getOptions().dynCastBufferizableOp(op); in gatherUndefinedTensorUses()
277 if (auto bufferizableOp = getOptions().dynCastBufferizableOp(lastWrite)) in gatherUndefinedTensorUses()
311 if (auto bufferizableOp = getOptions().dynCastBufferizableOp(value)) in isWritable()
375 auto bufferizableOp = state.getOptions().dynCastBufferizableOp(value); in isMemoryWrite()
425 const BufferizationOptions &options = state.getOptions(); in hasReadAfterWriteInterference()
801 if (auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op)) in equivalenceAnalysis()
834 const BufferizationOptions &options = state.getOptions(); in checkAliasInfoConsistency()
864 if (auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op)) in annotateOpsWithBufferizationMarkers()
902 !state.getOptions().isOpAllowed(returnOp)) in assertDestinationPassingStyle()
[all …]
H A DTensorCopyInsertion.cpp50 auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op); in insertTensorCopies()
66 bool escape = !state.getOptions().createDeallocs || in insertTensorCopies()
H A DOneShotModuleBufferize.cpp162 if (state.getOptions().testAnalysisOnly) in aliasingFuncOpBBArgsAnalysis()
213 if (state.getOptions().testAnalysisOnly) in funcOpBbArgReadWriteAnalysis()
360 static_cast<const OneShotBufferizationOptions &>(state.getOptions()); in analyzeModuleOp()
406 analysisState.getOptions()); in bufferizeModuleOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp149 bool escape = !state.getOptions().createDeallocs || in resolveTensorOpOperandConflicts()
181 escapingOpOperandCopies.contains(opOperand), state.getOptions(), in resolveTensorOpOperandConflicts()
193 escapingOpResultCopies.contains(opResult), state.getOptions(), in resolveTensorOpOperandConflicts()
322 if (auto bufferizableOp = getOptions().dynCastBufferizableOp(op)) in getAliasingOpOperand()
332 getOptions().dynCastBufferizableOp(opOperand.getOwner())) in getAliasingOpResult()
341 getOptions().dynCastBufferizableOp(opOperand.getOwner())) in bufferizesToMemoryRead()
353 getOptions().dynCastBufferizableOp(opOperand.getOwner())) in bufferizesToMemoryWrite()
365 getOptions().dynCastBufferizableOp(opOperand.getOwner())) in bufferizesToAliasOnly()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp248 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord()
262 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord()
274 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord()
276 W->printFlags("Properties", uint16_t(Enum.getOptions()), in visitKnownRecord()
315 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()), in visitKnownRecord()
328 W->printFlags("FunctionOptions", uint8_t(MF.getOptions()), in visitKnownRecord()
340 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions()); in visitKnownRecord()
476 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
H A DTypeRecordHelpers.cpp24 return Record.getOptions(); in getUdtOptions()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h137 TargetOptions &getOptions() { return Options; } in getOptions() function
140 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.h23 Options &getOptions();
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp227 CheckFilter = std::make_unique<CachedGlobList>(*getOptions().Checks); in setCurrentFile()
229 std::make_unique<CachedGlobList>(*getOptions().WarningsAsErrors); in setCurrentFile()
241 const ClangTidyOptions &ClangTidyContext::getOptions() const { in getOptions() function in ClangTidyContext
249 OptionsProvider->getOptions(File), 0); in getOptionsForFile()
527 if (!*Context.getOptions().SystemHeaders && in checkFilters()
558 std::make_unique<llvm::Regex>(*Context.getOptions().HeaderFilterRegex); in getHeaderFilter()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DJITTargetMachineBuilderTest.cpp35 TargetOptions &TO = JTMB.getOptions(); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp430 if (!state.getOptions().enforceAliasingInvariants) in resolveConflicts()
463 /*escape=*/true, state.getOptions()); in resolveConflicts()
533 static_cast<const OneShotBufferizationOptions &>(state.getOptions()); in verifyAnalysis()
636 if (!state.getOptions().enforceAliasingInvariants) in resolveConflicts()
677 /*escape=*/true, state.getOptions()); in resolveConflicts()
698 /*escape=*/true, state.getOptions()); in resolveConflicts()
820 static_cast<const OneShotBufferizationOptions &>(state.getOptions()); in verifyAnalysis()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp29 gwp_asan::options::Options Opts = gwp_asan::options::getOptions(); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPass.h101 ArrayRef<PassOption> getOptions() const;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp56 *this, Context->getOptions().User)) {} in TodoCommentCheck()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp85 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPass.cpp97 ArrayRef<PassOption> Pass::getOptions() const { return options; } in getOptions() function in Pass
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.h82 const Options &getOptions() const;

123