Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DLoopInfoTest.cpp272 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
331 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
390 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
449 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
508 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
568 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
627 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
683 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
742 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
802 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local
[all …]
/external/rust/crates/csv/src/
Dbyte_record.rs644 struct Bounds { struct
655 impl Default for Bounds { argument
662 impl Bounds { impl
666 fn with_capacity(capacity: usize) -> Bounds { in with_capacity()
/external/autotest/client/cros/multimedia/
Ddisplay_info.py11 class Bounds(object): class in DisplayInfo
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp222 PreambleBounds Bounds = {0, false}; member
252 auto Bounds = ComputePreambleBounds(*CI->getLangOpts(), *ContentsBuffer, 0); in scanPreamble() local
324 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in buildPreamble() local
377 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in isPreambleCompatible() local
DXRefs.cpp867 SourceRange Bounds; // Half-open, restricts reported targets. member in clang::clangd::__anon7033247a0b11::FindControlFlow
897 FindControlFlow(SourceRange Bounds, std::vector<SourceLocation> &Result, in FindControlFlow()
1015 SourceRange Bounds; in relatedControlFlow() local
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp313 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build()
505 PreambleBounds Bounds, in CanReuse()
617 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local
624 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble() local
800 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
DASTUnit.cpp1317 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
/external/dng_sdk/source/
Ddng_image.h187 const dng_rect & Bounds () const in Bounds() function
Ddng_ifd.h254 dng_rect Bounds () const in Bounds() function
/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp72 auto Bounds = Lexer::ComputePreamble(ModifiedContents, *CI->getLangOpts()); in collectPatchedIncludes() local
/external/skqp/src/core/
DSkRecordDraw.cpp200 typedef SkRect Bounds; typedef in SkRecords::FillBounds
/external/skia/src/core/
DSkRecordDraw.cpp212 typedef SkRect Bounds; typedef in SkRecords::FillBounds
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1245 using Bounds = LoopBounds<DoVariable, ScalarIntExpr>; member
1458 using Bounds = LoopBounds<DoVariable, ScalarIntConstantExpr>; member
1954 struct Bounds { struct
1956 std::variant<std::list<BoundsRemapping>, std::list<BoundsSpec>> u;
2207 using Bounds = LoopBounds<ScalarName, ScalarExpr>; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp461 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp36 using Bounds = parser::LoopControl::Bounds; typedef
Dresolve-directives.cpp392 using Bounds = parser::LoopControl::Bounds; in GetLoopIndex() typedef
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp671 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1382 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp948 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2901 std::vector<isl_pw_aff *> Bounds; in setArrayBounds() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp965 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2922 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local