/llvm-project/llvm/unittests/Analysis/ |
H A D | LoopInfoTest.cpp | 274 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 D | OpenACCDialect.md | 193 #### Bounds subsubsection
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 415 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 D | ASTUnit.cpp | 1352 PreambleBounds Bounds = ComputePreambleBounds( getMainBufferWithPrecompiledPreamble() local
|
/llvm-project/clang/unittests/Serialization/ |
H A D | PreambleInNamedModulesTest.cpp | 98 PreambleBounds Bounds = in TEST_F() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | UnixSignals.h | 108 enum SignalCodePrintOption { None, Address, Bounds }; enumerator
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.cpp | 334 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 D | XRefs.cpp | 1010 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 D | LexerTest.cpp | 681 auto Bounds = Lexer::ComputePreamble(A.code(), LangOpts); TEST() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | PreambleTests.cpp | 87 auto Bounds = Lexer::ComputePreamble(ModifiedContents, CI->getLangOpts()); in collectPatchedIncludes() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 500 LoopBounds Bounds(BlockInfo, MTM.Loops); computeTrace() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 1288 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 D | resolve-directives.cpp | 749 using Bounds = parser::LoopControl::Bounds; GetLoopIndex() typedef 1276 using Bounds = parser::LoopControl::Bounds; CheckAssociatedLoop() typedef
|
H A D | check-do-forall.cpp | 38 using Bounds = parser::LoopControl::Bounds; typedef
|
H A D | check-omp-structure.cpp | 468 using Bounds = parser::LoopControl::Bounds; GetLoopIndex() typedef
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1400 Record *Bounds = TypeRec->getValueAsDef("bounds"); ACLEIntrinsic() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1477 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), optimizeMemChr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3345 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); EmitOMPWorksharingLoop() local
|