/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | region.d | 24 struct Region struct 36 struct RegionPos argument 51 void* malloc(size_t nbytes) in malloc() 80 RegionPos savePos() pure @nogc @safe in savePos() argument 90 void release(RegionPos pos) pure @nogc @safe in release() argument 129 * Returns: size of Region argument 140 Region reg; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | region.d | 29 struct Region(ParentAllocator = NullAllocator, struct 47 ParentAllocator parent; 51 alias parent = ParentAllocator.instance; 53 private void* _current, _begin, _end; 92 TODO: The postblit of $(D BasicRegion) should be disabled because such objects argument 102 ~this() in ~this() 111 alias alignment = minAlign; 124 void[] allocate(size_t n) in allocate() 165 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() 198 void[] allocateAll() in allocateAll() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.h | 60 struct Region { struct 66 const unsigned NumRegionInstrs; argument 73 SpecificBumpPtrAllocator<Region> Alloc; argument
|
H A D | AMDGPUMachineCFGStructurizer.cpp | 353 void setRegionMRT(RegionMRT *Region) { RMRT = Region; } in setRegionMRT() 446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() 492 MachineRegion *Region; member in __anon8dbf25c70211::RegionMRT 645 MachineRegion *Region = RegionInfo->getRegionFor(MBB); in buildMRT() local 714 void LinearizedRegion::storeLiveOutRegRegion(RegionMRT *Region, Register Reg, in storeLiveOutRegRegion() 794 void LinearizedRegion::storeLiveOuts(RegionMRT *Region, in storeLiveOuts() 1044 void LinearizedRegion::initLiveOut(RegionMRT *Region, in initLiveOut() 1231 bool AMDGPUMachineCFGStructurizer::regionIsSimpleIf(RegionMRT *Region) { in regionIsSimpleIf() 1257 void AMDGPUMachineCFGStructurizer::transformSimpleIfRegion(RegionMRT *Region) { in transformSimpleIfRegion() 1276 static void fixRegionTerminator(RegionMRT *Region) { in fixRegionTerminator() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | region.d | 41 struct Region(ParentAllocator = NullAllocator, struct 59 ParentAllocator parent; 63 alias parent = ParentAllocator.instance; 66 private void* _current, _begin, _end; 68 private void* roundedBegin() const pure nothrow @trusted @nogc in roundedBegin() 73 private void* roundedEnd() const pure nothrow @trusted @nogc in roundedEnd() 91 this(ubyte[] store) pure nothrow @nogc in this() 117 TODO: The postblit of `BasicRegion` should be disabled because such objects argument 128 ~this() in ~this() 136 size_t goodAllocSize(size_t n) const pure nothrow @safe @nogc in goodAllocSize() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 105 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 229 const MemRegion *Region = SV.getAsRegion(); in checkPostStmt() local 250 const MemRegion *Region = AllocedVal.getAsRegion(); in checkPostStmt() local 266 const MemRegion *Region = CastedVal.getAsRegion(); in checkPostStmt() local 284 const MemRegion *Region = CastedVal.getAsRegion(); in checkPreStmt() local
|
H A D | MoveChecker.cpp | 180 const MemRegion *Region; member in __anondafec4250211::MoveChecker::MovedBugVisitor 235 bool isMovedFrom(ProgramStateRef State, const MemRegion *Region) { in isMovedFrom() 245 const MemRegion *Region) { in removeFromState() 256 const MemRegion *Region) { in isAnyBaseRegionReported() 334 const MemRegion *Region, in getMoveLocation() 350 void MoveChecker::modelUse(ProgramStateRef State, const MemRegion *Region, in modelUse() 391 ExplodedNode *MoveChecker::reportBug(const MemRegion *Region, in reportBug() 685 const MemRegion *Region = E.first; in checkDeadSymbols() local 714 for (const auto *Region : RequestedRegions) { in checkRegionChanges() local 725 for (const auto *Region : InvalidatedRegions) in checkRegionChanges() local
|
H A D | NullabilityChecker.cpp | 152 const MemRegion *Region; member in __anona22f4ad70111::NullabilityChecker::NullabilityBugVisitor 167 const MemRegion *Region, BugReporter &BR, in reportBug() 285 const MemRegion *Region = RegionSVal->getRegion(); in getTrackRegion() local 439 const MemRegion *Region, CheckerContext &C, const Stmt *ValueExpr, in reportBugIfInvariantHolds() 461 const auto *Region = I->first->getAs<SymbolicRegion>(); in checkDeadSymbols() local 483 const MemRegion *Region = in checkEvent() local 536 const auto *Region = in checkLocation() local 649 const MemRegion *Region = getTrackRegion(*RetSVal); in checkPreStmt() local 741 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall() local 801 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); in checkPostCall() local [all …]
|
H A D | StackAddrEscapeChecker.cpp | 145 const MemRegion *Region = Val.getAsRegion(); in getCapturedStackRegions() local 186 for (const MemRegion *Region : getCapturedStackRegions(B, C)) { in checkAsyncExecutedBlockCaptures() local 216 for (const MemRegion *Region : getCapturedStackRegions(B, C)) { in checkReturnedBlockCaptures() local 313 bool HandleBinding(StoreManager &SMgr, Store S, const MemRegion *Region, in checkEndFunction()
|
H A D | SmartPtrModeling.cpp | 117 const MemRegion *Region) { in removeTrackedSubregions() 128 const MemRegion *Region, in updateSwappedRegion() 162 const MemRegion *Region) { in checkAndPrettyPrintRegion() 281 const MemRegion *Region = E.first; in checkDeadSymbols() local 315 for (const auto *Region : Regions) in checkRegionChanges() local
|
H A D | NonnullGlobalConstantsChecker.cpp | 97 auto *Region = dyn_cast<VarRegion>(RegionVal->getAsRegion()); in isGlobalConstString() local
|
H A D | DynamicTypeChecker.cpp | 160 const MemRegion *Region = C.getSVal(CE).getAsRegion(); in checkPostStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 45 static void verifyBlocksInRegion(const VPRegionBlock *Region) { in verifyBlocksInRegion() 95 static void verifyRegion(const VPRegionBlock *Region) { in verifyRegion() 110 static void verifyRegionRec(const VPRegionBlock *Region) { in verifyRegionRec()
|
H A D | VPlanPredicator.cpp | 134 VPRegionBlock *Region) { in createOrPropagatePredicates() 187 void VPlanPredicator::predicateRegionRec(VPRegionBlock *Region) { in predicateRegionRec() 207 void VPlanPredicator::linearizeRegionRec(VPRegionBlock *Region) { in linearizeRegionRec()
|
H A D | VPlan.cpp | 142 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() local 149 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() local 163 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitBasicBlock() local 170 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitBasicBlock() local 863 else if (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in dumpBlock() local 930 void VPlanPrinter::dumpRegion(const VPRegionBlock *Region) { in dumpRegion() 1193 void VPInterleavedAccessInfo::visitRegion(VPRegionBlock *Region, in visitRegion() 1229 } else if (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in visitBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 149 .. _source code range: 151 Source Range: 159 File ID: 178 Counter: 543 .. _header:
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 290 collectRegionsConstants(OutlinableRegion &Region, in collectRegionsConstants() 499 OutlinableRegion &Region, std::vector<unsigned> &InputGVNs, in getCodeExtractorArguments() 569 findExtractedInputToOverallInputMapping(OutlinableRegion &Region, in findExtractedInputToOverallInputMapping() 640 findExtractedOutputToOverallOutputMapping(OutlinableRegion &Region, in findExtractedOutputToOverallOutputMapping() 703 void IROutliner::findAddInputsOutputs(Module &M, OutlinableRegion &Region, in findAddInputsOutputs() 732 CallInst *replaceCalledFunction(Module &M, OutlinableRegion &Region) { in replaceCalledFunction() 838 static void replaceArgumentUses(OutlinableRegion &Region, in replaceArgumentUses() 886 void replaceConstants(OutlinableRegion &Region) { in replaceConstants() 997 alignOutputBlockWithAggFunc(OutlinableGroup &OG, OutlinableRegion &Region, in alignOutputBlockWithAggFunc() 1436 void IROutliner::updateOutputMapping(OutlinableRegion &Region, in updateOutputMapping() [all …]
|
H A D | HotColdSplitting.cpp | 240 static InstructionCost getOutliningBenefit(ArrayRef<BasicBlock *> Region, in getOutliningBenefit() 255 static int getOutliningPenalty(ArrayRef<BasicBlock *> Region, in getOutliningPenalty() 346 const BlockSequence &Region, const CodeExtractorAnalysisCache &CEAC, in extractColdRegion() 676 OutliningRegion Region = OutliningWorklist.pop_back_val(); in outlineColdRegions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 86 json::Array renderRegion(const coverage::CountedRegion &Region) { in renderRegion() 93 json::Array renderBranch(const coverage::CountedRegion &Region) { in renderBranch() 103 for (const auto &Region : Regions) in renderRegions() local 110 for (const auto &Region : Regions) in renderBranchRegions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 65 class Region; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 64 for (auto *Region : Regions) { in getWidenedLoopState() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 225 for (const auto &Region : Record.MappingRegions) { in getMaxCounterID() local 271 for (const auto &Region : Record.MappingRegions) { in loadFunctionRecord() local 423 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() 518 [&](const CountedRegion *Region) { in buildSegmentsImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 295 for (const auto &Region : SourceRegions) { in gatherFileIDs() local 389 auto Region = CounterMappingRegion::makeSkipped( in gatherSkippedRegions() local 403 for (const auto &Region : SourceRegions) { in emitSourceRegions() local 606 SourceMappingRegion &Region = RegionStack.back(); in popRegions() local 756 [&](const SourceMappingRegion &Region) { in isRegionAlreadyAdded() 854 SourceMappingRegion &Region = getRegion(); in extendRegion() local 865 SourceMappingRegion &Region = getRegion(); in terminateRegion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | RegionInfo.cpp | 61 Region::Region(BasicBlock *Entry, BasicBlock *Exit, in Region() function in Region
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.cpp | 150 uint64_t Region = Addr & ~uint64_t(0xfffffff); in evaluateBranch() local
|