Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/ProfileData/Coverage/
H A 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
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/
DREADME.md78 ### Regions subsection
93 #### null region
102 #### conditional region
114 #### section region
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A 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
/aosp_15_r20/external/llvm/docs/
H A DCoverageMappingFormat.rst522 Sub-Array of Regions
530 Mapping Region
542 Header
587 Source Range
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp571 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl()
621 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions()
644 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions()
679 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments()
765 std::vector<CountedRegion> Regions; in getCoverageForFile() local
825 std::vector<CountedRegion> Regions; in getCoverageForFunction() local
848 std::vector<CountedRegion> Regions; in getCoverageForExpansion() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/
Dcoverage.go29 Regions() []Region methodSpec
48 func (s allSubtags) Regions() []Region { func
149 func (s *coverage) Regions() []Region { func
/aosp_15_r20/external/aws-sdk-java-v2/docs/
H A DLaunchChangelog.md72 ### 1.2.1. Client Regions
97 ### 1.2.2. Client Credentials
/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp56 std::vector<CounterMappingRegion> Regions; member
94 std::vector<CounterMappingRegion> Regions; member
181 std::string Regions = writeCoverageRegions(InputFunctions[I]); in writeAndReadCoverageRegions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp218 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local
223 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp222 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local
227 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dsummary.go31 Regions []*UserRegionSummary member
61 Regions []*UserRegionSummary member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp236 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegion() local
241 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegionEnd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp403 std::vector<OutliningRegion> Regions; in create() local
590 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp440 std::vector<OutliningRegion> Regions; in create() local
631 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local
/aosp_15_r20/external/flatbuffers/tests/annotated_binary/
H A DREADME.md95 #### Offsets
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp54 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h85 MachineBasicBlock::iterator>, 32> Regions; variable
H A DGCNIterativeScheduler.h72 std::vector<Region*> Regions; variable
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DRegions.java24 public class Regions extends GraphicsActivity { class
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStackLayout.h31 SmallVector<StackRegion, 16> Regions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h38 SmallVector<StackRegion, 16> Regions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h38 SmallVector<StackRegion, 16> Regions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h74 std::vector<Region*> Regions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1209 static void addRegionIntoQueue(Region &R, std::vector<Region *> &Regions) { in addRegionIntoQueue()
1221 std::vector<Region *> Regions; in run() local
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h87 typedef llvm::DenseSet<const MemRegion *> Regions; typedef

1234