Home
last modified time | relevance | path

Searched defs:Regions (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm-project/mlir/docs/Rationale/
DRationale.md374 ### Regions subsection
376 #### Attributes of type 'Block'
383 #### Use "inlined" functions as regions
392 #### Dedicated `region` operation
403 #### Explicit capture of the values used in a region
879 ### Regions subsection
881 #### Making function definition an operation
892 #### Having types on a region
907 #### Attaching attributes to regions
/external/llvm-project/mlir/docs/
DLangRef.md497 ## Regions section in MLIR Language Reference
499 ### Definition
530 ### Value Scoping
561 ### Control Flow and SSACFG Regions
624 #### Operations with Multiple Regions
638 #### Closure
647 ### Graph Regions
692 ### Arguments and Results
/external/llvm/docs/
DCoverageMappingFormat.rst522 Sub-Array of Regions
530 Mapping Region
542 Header
587 Source Range
/external/llvm-project/llvm/docs/
DCoverageMappingFormat.rst485 Sub-Array of Regions
493 Mapping Region
505 Header
550 Source Range
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp325 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl()
341 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions()
365 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions()
400 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments()
461 std::vector<coverage::CountedRegion> Regions; in getCoverageForFile() local
507 std::vector<coverage::CountedRegion> Regions; in getCoverageForFunction() local
525 std::vector<coverage::CountedRegion> Regions; in getCoverageForExpansion() local
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp466 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl()
516 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions()
539 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions()
574 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments()
659 std::vector<CountedRegion> Regions; in getCoverageForFile() local
715 std::vector<CountedRegion> Regions; in getCoverageForFunction() local
734 std::vector<CountedRegion> Regions; in getCoverageForExpansion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp465 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl()
509 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions()
532 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions()
567 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments()
650 std::vector<CountedRegion> Regions; in getCoverageForFile() local
706 std::vector<CountedRegion> Regions; in getCoverageForFunction() local
725 std::vector<CountedRegion> Regions; in getCoverageForExpansion() local
/external/llvm-project/llvm/tools/llvm-mca/
DCodeRegionGenerator.cpp35 CodeRegions &Regions; member in llvm::mca::MCACommentConsumer
43 CodeRegions &Regions; member in llvm::mca::MCStreamerWrapper
DCodeRegion.h91 std::vector<UniqueCodeRegion> Regions; variable
/external/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp54 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.h85 MachineBasicBlock::iterator>, 32> Regions; variable
DGCNIterativeScheduler.h72 std::vector<Region*> Regions; variable
/external/llvm/lib/CodeGen/
DSafeStackLayout.h31 SmallVector<StackRegion, 16> Regions; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.h93 MachineBasicBlock::iterator>, 32> Regions; variable
DGCNIterativeScheduler.h80 std::vector<Region*> Regions; variable
/external/llvm-project/llvm/lib/CodeGen/
DSafeStackLayout.h38 SmallVector<StackRegion, 16> Regions; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h38 SmallVector<StackRegion, 16> Regions; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp218 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local
223 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp220 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegion() local
225 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegionEnd() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp222 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local
227 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp56 std::vector<CounterMappingRegion> Regions; member
94 std::vector<CounterMappingRegion> Regions; member
181 std::string Regions = writeCoverageRegions(InputFunctions[I]); in writeAndReadCoverageRegions() local
/external/llvm-project/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp64 std::vector<CounterMappingRegion> Regions; member
113 std::vector<CounterMappingRegion> Regions; member
177 auto &Regions = InputFunctions.back().Regions; in addCMR() local
215 std::string Regions = writeCoverageRegions(InputFunctions[I]); in writeAndReadCoverageRegions() local
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/
Dgocovsum.go26 Regions CoverageTotal `json:"regions,omitempty"` member
/external/llvm-project/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp417 std::vector<OutliningRegion> Regions; in create() local
608 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local

123