Searched defs:Region (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp44 static void verifyBlocksInRegion(const VPRegionBlock *Region) { argument
98 static void verifyRegion(const VPRegionBlock *Region) { argument
113 verifyRegionRec(const VPRegionBlock *Region) argument
[all...]
H A DVPlanPredicator.cpp187 void VPlanPredicator::predicateRegionRec(VPRegionBlock *Region) { argument
207 void VPlanPredicator::linearizeRegionRec(VPRegionBlock *Region) { argument
[all...]
H A DVPlan.cpp636 dumpRegion(const VPRegionBlock *Region) argument
761 visitRegion(VPRegionBlock *Region, Old2NewTy &Old2New, InterleavedAccessInfo &IAI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h58 struct Region { struct in class:llvm::GCNIterativeScheduler
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h31 CounterMappingRegion Region; member in struct:llvm::ExpansionView
34 ExpansionView(const CounterMappingRegion &Region, argument
[all...]
H A DCoverageExporterJson.cpp79 json::Array renderRegion(const coverage::CountedRegion &Region) { argument
[all...]
H A DSourceCoverageView.cpp164 addExpansion( const CounterMappingRegion &Region, std::unique_ptr<SourceCoverageView> View) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp150 uint64_t Region = Addr & ~uint64_t(0xfffffff); variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp160 const MemRegion *Region = C.getSVal(CE).getAsRegion(); local
H A DStackAddrEscapeChecker.cpp144 const MemRegion *Region = Val.getAsRegion(); local
[all...]
H A DPointerArithChecker.cpp105 PointerArithChecker::getPointedRegion(const MemRegion *Region, argument
117 const MemRegion *PointerArithChecker::getArrayRegion(const MemRegion *Region, argument
156 const MemRegion *Region = C.getSVal(E).getAsRegion(); local
229 const MemRegion *Region = SV.getAsRegion(); local
250 const MemRegion *Region = AllocedVal.getAsRegion(); local
266 const MemRegion *Region = CastedVal.getAsRegion(); local
284 const MemRegion *Region = CastedVal.getAsRegion(); local
[all...]
H A DMacOSKeychainAPIChecker.cpp42 SymbolRef Region; member in struct:__anon809::MacOSKeychainAPIChecker::AllocationState
H A DMoveChecker.cpp180 const MemRegion *Region; member in class:__anon821::MoveChecker::MovedBugVisitor
235 bool isMovedFrom(ProgramStateRef State, const MemRegion *Region) { argument
244 removeFromState(ProgramStateRef State, const MemRegion *Region) argument
255 isAnyBaseRegionReported(ProgramStateRef State, const MemRegion *Region) argument
333 getMoveLocation(const ExplodedNode *N, const MemRegion *Region, CheckerContext &C) const argument
350 modelUse(ProgramStateRef State, const MemRegion *Region, const CXXRecordDecl *RD, MisuseKind MK, CheckerContext &C) const argument
391 reportBug(const MemRegion *Region, const CXXRecordDecl *RD, CheckerContext &C, MisuseKind MK) const argument
690 const MemRegion *Region = E.first; local
[all...]
H A DNullabilityChecker.cpp146 const MemRegion *Region; member in class:__anon829::NullabilityChecker::NullabilityBugVisitor
281 const MemRegion *Region = RegionSVal->getRegion(); local
160 reportBug(StringRef Msg, ErrorKind Error, ExplodedNode *N, const MemRegion *Region, BugReporter &BR, const Stmt *ValueExpr = nullptr) const argument
433 reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, ExplodedNode *N, const MemRegion *Region, CheckerContext &C, const Stmt *ValueExpr, bool SuppressPath) const argument
456 const auto *Region = I->first->getAs<SymbolicRegion>(); local
478 const MemRegion *Region = local
604 const MemRegion *Region = getTrackRegion(*RetSVal); local
696 const MemRegion *Region = getTrackRegion(*ArgSVal); local
755 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); local
947 const MemRegion *Region = getTrackRegion(*RegionSVal); local
[all...]
H A DDynamicTypePropagation.cpp131 static void recordFixedType(const MemRegion *Region, const CXXMethodDecl *MD, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp64 Region::Region(BasicBlock *Entry, BasicBlock *Exit, function in class:Region
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp48 class Region { class in namespace:__anon2431
60 const T *Region; member in class:__anon2431::ConcreteRegion
63 ConcreteRegion(const T *Region) : Region(Region) {} argument
368 const Region *Region = RI.getRegionFor(&MBB); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h893 class Region : public RegionBase<RegionTraits<Function>> { class in namespace:llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h141 struct Region { struct in struct:fuzzer::TracePC::Module
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h71 RegionInfo *Region = getRegionInfo(I); local
102 RegionInfo *Region = getRegionInfo(ClassId); local
119 RegionInfo *Region = getRegionInfo(ClassId); local
150 const RegionInfo *Region = getRegionInfo(I); local
165 RegionInfo *Region = getRegionInfo(I); local
185 RegionInfo *Region = getRegionInfo(I); local
243 populateBatches(CacheT *C, RegionInfo *Region, uptr ClassId, TransferBatch **CurrentBatch, u32 MaxCount, void **PointersArray, u32 Count) argument
267 populateFreeList(CacheT *C, uptr ClassId, RegionInfo *Region) argument
347 RegionInfo *Region = getRegionInfo(ClassId); local
363 releaseToOSMaybe(RegionInfo *Region, uptr ClassId, bool Force = false) argument
[all...]
H A Dprimary32.h235 uptr Region = MapBase; local
255 uptr Region = 0; local
306 const uptr Region = allocateRegion(ClassId); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp225 static int getOutliningBenefit(ArrayRef<BasicBlock *> Region, argument
240 static int getOutliningPenalty(ArrayRef<BasicBlock *> Region, argument
300 extractColdRegion( const BlockSequence &Region, const CodeExtractorAnalysisCache &CEAC, DominatorTree &DT, BlockFrequencyInfo *BFI, TargetTransformInfo &TTI, OptimizationRemarkEmitter &ORE, AssumptionCache *AC, unsigned Count) argument
624 OutliningRegion Region = OutliningWorklist.pop_back_val(); local
[all...]
H A DPartialInlining.cpp185 OutlineRegionInfo(ArrayRef<BasicBlock *> Region, argument
190 SmallVector<BasicBlock *, 8> Region; member in struct:__anon2600::FunctionOutliningMultiRegionInfo::OutlineRegionInfo
1005 SmallVector<BasicBlock *, 8> Region; local
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c742 EcSpaceSetup(ACPI_HANDLE Region, UINT32 Function, void *Context, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h57 Region = 5, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier

Completed in 203 milliseconds

12