Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp274 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
333 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
392 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
451 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
510 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
570 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
629 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
685 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
744 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
804 std::optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
[all …]
/llvm-project/mlir/docs/Dialects/
H A DOpenACCDialect.md193 #### Bounds subsubsection
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp415 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() argument
604 PreambleBounds Bounds, in CanReuse() argument
716 PreambleBounds Bounds(PreambleByte in AddImplicitPreamble() local
723 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *MainFileBuffer, 0); OverridePreamble() local
764 configurePreamble(PreambleBounds Bounds,CompilerInvocation & CI,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS,llvm::MemoryBuffer * MainFileBuffer) const configurePreamble() argument
[all...]
H A DASTUnit.cpp1352 PreambleBounds Bounds = ComputePreambleBounds( getMainBufferWithPrecompiledPreamble() local
/llvm-project/clang/unittests/Serialization/
H A DPreambleInNamedModulesTest.cpp98 PreambleBounds Bounds = in TEST_F() local
/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h108 enum SignalCodePrintOption { None, Address, Bounds }; enumerator
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp334 PreambleBounds Bounds = {0, false}; member
368 auto Bounds = ComputePreambleBounds(CI->getLangOpts(), *ContentsBuffer, 0); in scanPreamble() local
599 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *ContentsBuffer, 0); in buildPreamble() local
736 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *ContentsBuffer, 0); isPreambleCompatible() local
[all...]
H A DXRefs.cpp1010 SourceRange Bounds; // Half-open, restricts reported targets. global() member in clang::clangd::__anon452263b60c11::FindControlFlow
1040 FindControlFlow(SourceRange Bounds,std::vector<SourceLocation> & Result,const SourceManager & SM) FindControlFlow() argument
1158 SourceRange Bounds; relatedControlFlow() local
[all...]
/llvm-project/clang/unittests/Lex/
H A DLexerTest.cpp681 auto Bounds = Lexer::ComputePreamble(A.code(), LangOpts); TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DPreambleTests.cpp87 auto Bounds = Lexer::ComputePreamble(ModifiedContents, CI->getLangOpts()); in collectPatchedIncludes() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp500 LoopBounds Bounds(BlockInfo, MTM.Loops); computeTrace() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1288 using Bounds = LoopBounds<DoVariable, ScalarIntExpr>; global() member
1505 using Bounds = LoopBounds<DoVariable, ScalarIntConstantExpr>; global() member
2016 struct Bounds { global() struct
2018 uPointerAssignmentStmt::Bounds global() argument
2284 using Bounds = LoopBounds<ScalarName, ScalarExpr>; global() member
/llvm-project/flang/lib/Semantics/
H A Dresolve-directives.cpp749 using Bounds = parser::LoopControl::Bounds; GetLoopIndex() typedef
1276 using Bounds = parser::LoopControl::Bounds; CheckAssociatedLoop() typedef
H A Dcheck-do-forall.cpp38 using Bounds = parser::LoopControl::Bounds; typedef
H A Dcheck-omp-structure.cpp468 using Bounds = parser::LoopControl::Bounds; GetLoopIndex() typedef
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1400 Record *Bounds = TypeRec->getValueAsDef("bounds"); ACLEIntrinsic() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1477 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), optimizeMemChr() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3345 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); EmitOMPWorksharingLoop() local