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

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp96 return AddressSpaceQualifier::Region;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp270 View.addExpansion(Expansion.Region, std::move(SubView));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7009 VPBlockBase *Region = createReplicateRegion(I, Recipe, Plan);
7010 VPBlockUtils::insertBlockAfter(Region, VPBB);
7012 VPBlockUtils::insertBlockAfter(RegSucc, Region);
7034 VPRegionBlock *Region = new VPRegionBlock(Entry, Exit, RegionName, true);
7041 return Region;
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1886 MPI2_FLASH_REGION Region[MPI2_FLASH_NUMBER_OF_REGIONS];/* 0x10 */ member in struct:_MPI2_FLASH_LAYOUT
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp46 /// Region with outlined function for standalone 'parallel'
49 /// Region with outlined function for standalone 'task' directive.
51 /// Region for constructs that do not require function outlining,
54 /// Region with outlined function for standalone 'target' directive.
1559 const OpenMPDirectiveKind Region = local
1562 const CapturedStmt *CS = D.getCapturedStmt(Region);
3291 if (auto *Region = dyn_cast_or_null<CGOpenMPRegionInfo>(CGF.CapturedStmtInfo))
3292 Region->emitUntiedSwitch(CGF);
5301 if (auto *Region =
5303 Region
[all...]

Completed in 139 milliseconds

1234