Home
last modified time | relevance | path

Searched defs:Region (Results 1 – 25 of 90) sorted by relevance

1234

/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointAlgorithms.h64 struct Region { struct
69 /// Convert a user's watchpoint request into an array of Regions, argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h60 struct Region { struct
66 const unsigned NumRegionInstrs; argument
73 SpecificBumpPtrAllocator<Region> Alloc; argument
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h138 RegionInfo *Region = getRegionInfo(I); in init() local
158 RegionInfo *Region = getRegionInfo(I); in unmapTestOnly() local
177 RegionInfo *Region = getRegionInfo(I); in verifyAllBlocksAreReleasedTestOnly() local
194 RegionInfo *Region = getRegionInfo(SizeClassMap::BatchClassId); verifyAllBlocksAreReleasedTestOnly() local
221 RegionInfo *Region = getRegionInfo(ClassId); popBlocks() local
277 RegionInfo *Region = getRegionInfo(ClassId); pushBlocks() local
341 RegionInfo *Region = getRegionInfo(I); iterateOverBlocks() local
361 RegionInfo *Region = getRegionInfo(I); getStats() local
379 RegionInfo *Region = getRegionInfo(I); getStats() local
392 RegionInfo *Region = getRegionInfo(I); getFragmentationInfo() local
411 RegionInfo *Region = getRegionInfo(ClassId); tryReleaseToOS() local
428 RegionInfo *Region = getRegionInfo(I); releaseToOS() local
569 RegionInfo *Region = getRegionInfo(ClassId); getRegionBaseByClassId() local
606 initRegion(RegionInfo * Region,uptr ClassId,MemMapT MemMap,bool EnableRandomOffset) initRegion() argument
630 pushBatchClassBlocks(RegionInfo * Region,CompactPtrT * Array,u32 Size) pushBatchClassBlocks() argument
867 popBlocksWithCV(CacheT * C,uptr ClassId,RegionInfo * Region,CompactPtrT * ToArray,const u16 MaxBlockCount,bool & ReportRegionExhausted) popBlocksWithCV() argument
942 popBlocksImpl(CacheT * C,uptr ClassId,RegionInfo * Region,CompactPtrT * ToArray,const u16 MaxBlockCount) popBlocksImpl() argument
1014 populateFreeListAndPopBlocks(CacheT * C,uptr ClassId,RegionInfo * Region,CompactPtrT * ToArray,const u16 MaxBlockCount) populateFreeListAndPopBlocks() argument
1121 getStats(ScopedString * Str,uptr ClassId,RegionInfo * Region) getStats() argument
1150 getRegionFragmentationInfo(RegionInfo * Region,uptr ClassId,ScopedString * Str) getRegionFragmentationInfo() argument
1282 hasChanceToReleasePages(RegionInfo * Region,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument
1347 collectGroupsToRelease(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase) collectGroupsToRelease() argument
1513 markFreeBlocks(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase,SinglyLinkedList<BatchGroupT> & GroupsToRelease) markFreeBlocks() argument
1591 mergeGroupsToReleaseBack(RegionInfo * Region,SinglyLinkedList<BatchGroupT> & GroupsToRelease) mergeGroupsToReleaseBack() argument
[all...]
H A Drelease.h266 DCHECK_LT(Region, Regions); in inc() argument
287 DCHECK_LE(get(Region, argument
257 get(uptr Region,uptr I) get() argument
276 incN(uptr Region,uptr I,uptr N) incN() argument
298 setAsAllCounted(uptr Region,uptr I) setAsAllCounted() argument
305 setAsAllCountedRange(uptr Region,uptr From,uptr To) setAsAllCountedRange() argument
312 updateAsAllCountedIf(uptr Region,uptr I,uptr MaxCount) updateAsAllCountedIf() argument
322 isAllCounted(uptr Region,uptr I) isAllCounted() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp105 PointerArithChecker::getPointedRegion(const MemRegion *Region, in getPointedRegion()
117 const MemRegion *PointerArithChecker::getArrayRegion(const MemRegion *Region, in getArrayRegion()
156 const MemRegion *Region = C.getSVal(E).getAsRegion(); in reportPointerArithMisuse() local
223 const MemRegion *Region = SV.getAsRegion(); in checkPostStmt() local
244 const MemRegion *Region = AllocedVal.getAsRegion(); in checkPostStmt() local
260 const MemRegion *Region = CastedVal.getAsRegion(); in checkPostStmt() local
278 const MemRegion *Region = CastedVal.getAsRegion(); in checkPreStmt() local
H A DMoveChecker.cpp179 const MemRegion *Region; global() member in __anon819b8e0d0211::MoveChecker::MovedBugVisitor
235 isMovedFrom(ProgramStateRef State,const MemRegion * Region) isMovedFrom() argument
245 removeFromState(ProgramStateRef State,const MemRegion * Region) removeFromState() argument
256 isAnyBaseRegionReported(ProgramStateRef State,const MemRegion * Region) isAnyBaseRegionReported() argument
334 getMoveLocation(const ExplodedNode * N,const MemRegion * Region,CheckerContext & C) const getMoveLocation() argument
350 modelUse(ProgramStateRef State,const MemRegion * Region,const CXXRecordDecl * RD,MisuseKind MK,CheckerContext & C) const modelUse() argument
391 tryToReportBug(const MemRegion * Region,const CXXRecordDecl * RD,CheckerContext & C,MisuseKind MK) const tryToReportBug() argument
687 const MemRegion *Region = E.first; checkDeadSymbols() local
716 for (const auto *Region : RequestedRegions) { checkRegionChanges() local
724 for (const auto *Region : InvalidatedRegions) checkRegionChanges() local
[all...]
H A DNullabilityChecker.cpp158 const MemRegion *Region; member in __anon0d18dfbf0111::NullabilityChecker::NullabilityBugVisitor
173 const MemRegion *Region, BugReporter &BR, in reportBug() argument
326 const MemRegion *Region = RegionSVal->getRegion(); in getTrackRegion() local
483 reportBugIfInvariantHolds(StringRef Msg,ErrorKind Error,CheckKind CK,ExplodedNode * N,const MemRegion * Region,CheckerContext & C,const Stmt * ValueExpr,bool SuppressPath) const reportBugIfInvariantHolds() argument
503 const auto *Region = Reg->getAs<SymbolicRegion>(); checkDeadSymbols() local
536 const MemRegion *Region = checkEvent() local
620 const auto *Region = checkLocation() local
733 const MemRegion *Region = getTrackRegion(*RetSVal); checkPreStmt() local
825 const MemRegion *Region = getTrackRegion(*ArgSVal); checkPreCall() local
885 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); checkPostCall() local
1151 const MemRegion *Region = getTrackRegion(*RegionSVal); checkPostStmt() local
[all...]
/llvm-project/llvm/docs/
H A DCoverageMappingFormat.rst162 .. _source code range:
164 Source Range:
172 File ID:
191 Counter:
556 .. _header:
/llvm-project/polly/include/polly/Support/
H A DScopLocation.h19 class Region; variable
/llvm-project/mlir/include/mlir/Dialect/GPU/Transforms/
H A DParallelLoopMapper.h25 class Region; variable
/llvm-project/mlir/include/mlir/Transforms/
H A DLoopInvariantCodeMotionUtils.h20 class Region; variable
H A DControlFlowSinkUtils.h18 class Region; variable
/llvm-project/mlir/include/mlir/IR/
H A DUnit.h21 class Region; variable
/llvm-project/mlir/include/mlir/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.h24 class Region; variable
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp250 verifyBlocksInRegion(const VPRegionBlock * Region) verifyBlocksInRegion() argument
264 verifyRegion(const VPRegionBlock * Region) verifyRegion() argument
281 verifyRegionRec(const VPRegionBlock * Region) verifyRegionRec() argument
[all...]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h141 struct Region { struct
142 uint8_t *Start, *Stop;
143 bool Enabled;
144 bool OneFullPage;
/llvm-project/flang/lib/Optimizer/Dialect/
H A DInliner.cpp18 bool fir::canLegallyInline(mlir::Operation *, mlir::Region *, bool, in canLegallyInline()
/llvm-project/mlir/include/mlir/Interfaces/
H A DFoldInterfaces.h18 class Region; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Utils/
H A DUtils.h26 class Region; variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp549 collectRegionsConstants(OutlinableRegion &Region, in collectRegionsConstants() argument
866 getCodeExtractorArguments(OutlinableRegion & Region,std::vector<unsigned> & InputGVNs,DenseSet<unsigned> & NotSame,DenseMap<Value *,Value * > & OutputMappings,SetVector<Value * > & ArgInputs,SetVector<Value * > & Outputs) getCodeExtractorArguments() argument
936 findExtractedInputToOverallInputMapping(OutlinableRegion & Region,std::vector<unsigned> & InputGVNs,SetVector<Value * > & ArgInputs) findExtractedInputToOverallInputMapping() argument
1176 getGVNForPHINode(OutlinableRegion & Region,PHINode * PN,DenseSet<BasicBlock * > & Blocks,unsigned AggArgIdx) getGVNForPHINode() argument
1278 findExtractedOutputToOverallOutputMapping(Module & M,OutlinableRegion & Region,SetVector<Value * > & Outputs) findExtractedOutputToOverallOutputMapping() argument
1403 findAddInputsOutputs(Module & M,OutlinableRegion & Region,DenseSet<unsigned> & NotSame) findAddInputsOutputs() argument
1432 replaceCalledFunction(Module & M,OutlinableRegion & Region) replaceCalledFunction() argument
1597 getPassedArgumentInAlreadyOutlinedFunction(const Argument * A,const OutlinableRegion & Region) getPassedArgumentInAlreadyOutlinedFunction() argument
1613 getPassedArgumentAndAdjustArgumentLocation(const Argument * A,const OutlinableRegion & Region) getPassedArgumentAndAdjustArgumentLocation() argument
1638 findCanonNumsForPHI(PHINode * PN,OutlinableRegion & Region,const DenseMap<Value *,Value * > & OutputMappings,SmallVector<std::pair<unsigned,BasicBlock * >> & CanonNums,bool ReplacedWithOutlinedCall=true) findCanonNumsForPHI() argument
1681 findOrCreatePHIInBlock(PHINode & PN,OutlinableRegion & Region,BasicBlock * OverallPhiBlock,const DenseMap<Value *,Value * > & OutputMappings,DenseSet<PHINode * > & UsedPHIs) findOrCreatePHIInBlock() argument
1803 replaceArgumentUses(OutlinableRegion & Region,DenseMap<Value *,BasicBlock * > & OutputBBs,const DenseMap<Value *,Value * > & OutputMappings,bool FirstFunction=false) replaceArgumentUses() argument
1937 replaceConstants(OutlinableRegion & Region) replaceConstants() argument
2026 analyzeAndPruneOutputBlocks(DenseMap<Value *,BasicBlock * > & BlocksToPrune,OutlinableRegion & Region) analyzeAndPruneOutputBlocks() argument
2073 alignOutputBlockWithAggFunc(OutlinableGroup & OG,OutlinableRegion & Region,DenseMap<Value *,BasicBlock * > & OutputBBs,DenseMap<Value *,BasicBlock * > & EndBBs,const DenseMap<Value *,Value * > & OutputMappings,std::vector<DenseMap<Value *,BasicBlock * >> & OutputStoreBBs) alignOutputBlockWithAggFunc() argument
2364 isCompatibleWithAlreadyOutlinedCode(const OutlinableRegion & Region) isCompatibleWithAlreadyOutlinedCode() argument
2507 findOutputValueInRegion(OutlinableRegion & Region,unsigned OutputCanon) findOutputValueInRegion() argument
2679 updateOutputMapping(OutlinableRegion & Region,ArrayRef<Value * > Outputs,LoadInst * LI) updateOutputMapping() argument
2711 extractSection(OutlinableRegion & Region) extractSection() argument
2892 __anonb93da4a50c02(OutlinableRegion *Region) doOutline() argument
2998 __anonb93da4a51002(OutlinableRegion *Region) doOutline() argument
[all...]
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp89 json::Array renderRegion(const coverage::CountedRegion &Region) { in renderRegion() argument
96 renderBranch(const coverage::CountedRegion & Region) renderBranch() argument
120 for (const auto &Region : Regions) renderRegions() local
127 for (const auto &Region : Regions) renderBranchRegions() local
[all...]
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp18 struct Region { struct
19 uptr start;
20 uptr end;
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h64 class Region; global() variable
[all...]
/llvm-project/flang/include/flang/Lower/
H A DStatementContext.h23 class Region; variable

1234