Searched refs:Region (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp833 auto *Region = dyn_cast<DeclRegion>(sym->getOriginRegion());
834 if (Region) {
835 const Decl *PDecl = Region->getDecl();
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c508 switch (RegionObj->Region.SpaceId)
520 AcpiUtGetRegionName (RegionObj->Region.SpaceId),
521 RegionObj->Region.Node->Name.Ascii);
562 AcpiUtGetRegionName (RegionObj->Region.SpaceId));
H A Ddbstats.c357 AcpiDbEnumerateObject (ObjDesc->Region.Handler);
609 AcpiOsPrintf ("Region %3d\n", sizeof (ACPI_OBJECT_REGION));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h141 struct Region { struct in struct:fuzzer::TracePC::Module
146 Region *Regions;
H A DFuzzerTracePC.cpp54 M.Regions = new Module::Region[M.NumRegions];
377 IterateCounterRegions([](const Module::Region &R){
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp343 dbgs() << "Region live-in pressure: ";
345 dbgs() << "Region register pressure: ";
561 for (auto Region : Regions) {
562 RegionBegin = Region.first;
563 RegionEnd = Region.second;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h205 #define AOPOBJ_OBJECT_INITIALIZED 0x08 /* Region is initialized */
207 #define AOPOBJ_SETUP_COMPLETE 0x20 /* Region setup is complete */
208 #define AOPOBJ_INVALID 0x40 /* Host OS won't allow a Region address */
443 union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */
580 * Currently: Region and FieldUnit types
587 void *RegionContext; /* Region-specific data */
631 ACPI_OBJECT_REGION Region; member in union:acpi_operand_object
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devhandler.c317 * of type Region or Device.
416 /* Object is a Region */
418 if (ObjDesc->Region.SpaceId != HandlerObj->AddressSpace.SpaceId)
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c371 * PARAMETERS: ObjDesc - Region descriptor
418 * PARAMETERS: ObjDesc - Region or Buffer/Field where the table will be
427 * NOTE: Region Fields (Field, BankField, IndexFields) are resolved to buffer
459 "Load table from Region %p\n", ObjDesc));
461 /* Region must be SystemMemory (from ACPI spec) */
463 if (ObjDesc->Region.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY)
469 * If the Region Address and Length have not been previously
H A Dexprep.c572 ACPI_ERROR ((AE_INFO, "Needed Region, found type 0x%X (%s)",
639 if ((ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_EC) &&
659 "RegionField: BitOff %X, Off %X, Gran %X, Region %p\n",
680 "Bank Field: BitOff %X, Off %X, Gran %X, Region %p, BankReg %p\n",
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp179 bool runOnRegion(Region *R, RGPassManager &RGM) override {
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c926 * We copied the Region Handler, so we now must add a reference
928 if (DestDesc->Region.Handler)
930 AcpiUtAddReference (DestDesc->Region.Handler);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h57 Region = 5, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp131 static void recordFixedType(const MemRegion *Region, const CXXMethodDecl *MD, argument
133 assert(Region);
140 State = setDynamicTypeInfo(State, Region, Ty, /*CanBeSubClassed=*/false);
H A DMallocChecker.cpp1384 const SubRegion *Region; local
1390 Region = Target.getAsRegion()
1396 Region = Target.getAsRegion()->castAs<SubRegion>();
1405 DefinedOrUnknownSVal Extent = Region->getExtent(svalBuilder);
2593 const MemRegion *Region = nullptr; local
2594 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
2604 if (Region && Region->canPrintPretty()) {
2606 Region->printPretty(os);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h800 /// StringRegion - Region associated with a StringLiteral.
1067 const MemRegion *Region; member in class:clang::ento::RegionRawOffset
1071 : Region(reg), Offset(offset) {}
1076 const MemRegion *getRegion() const { return Region; }
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c242 ObjDesc->Region.Node = *Node;
607 * RegionNode - Object for the containing Operation Region
805 * RegionNode - Object for the containing Operation Region
899 * RegionNode - Object for the containing Operation Region
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp46 YIO.enumCase(EN, "Region", AddressSpaceQualifier::Region);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c106 static void Redisplay (Widget, XEvent *, Region);
331 Redisplay(Widget w, XEvent *event, Region region)
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c218 static ACPI_STATUS EcSpaceSetup(ACPI_HANDLE Region, UINT32 Function,
742 EcSpaceSetup(ACPI_HANDLE Region, UINT32 Function, void *Context, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp959 const MemRegion *Region = dest.castAs<loc::MemRegionVal>().getRegion(); local
962 const MemRegion *ValueRegion = state->getSVal(Region).getAsRegion();
970 Region = ValueRegion->getBaseRegion();
971 varType = cast<TypedValueRegion>(Region)->getValueType();
978 Region = makeZeroElementRegion(state, loc::MemRegionVal(Region), varType,
981 VisitCXXDestructor(varType, Region, Dtor.getTriggerStmt(),
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c1196 ObjDesc->Region.Node = *Node;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1499 /// Print a given \p Region of the Plan.
1500 void dumpRegion(const VPRegionBlock *Region);
1647 /// Recursively \p Region and populate VPlan based interleave groups based on
1649 void visitRegion(VPRegionBlock *Region, Old2NewTy &Old2New,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp805 TimeRegion Region(FrontendTimesIsEnabled ? &CodeGenerationTime : nullptr);
998 TimeRegion Region(FrontendTimesIsEnabled ? &CodeGenerationTime : nullptr);
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h1345 MPI2_FLASH_REGION Region[MPI2_FLASH_NUMBER_OF_REGIONS];/* 0x10 */ member in struct:_MPI2_FLASH_LAYOUT

Completed in 231 milliseconds

1234