Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp39 uint32_t getBlockId();
96 uint32_t getBlockId() { return __builtin_amdgcn_workgroup_id_x(); } in getBlockId() function
155 uint32_t getBlockId() { return __nvvm_read_ptx_sreg_ctaid_x(); } in getBlockId() function
247 uint32_t mapping::getBlockId() { in getBlockId() function in mapping
248 uint32_t BlockId = impl::getBlockId(); in getBlockId()
261 ASSERT(impl::getBlockId() < NumberOfBlocks); in getNumberOfBlocks()
H A DDebug.cpp68 mapping::getThreadIdInBlock() == 0 && mapping::getBlockId() == 0) { in DebugEntryRAII()
81 mapping::getThreadIdInBlock() == 0 && mapping::getBlockId() == 0) in ~DebugEntryRAII()
H A DState.cpp390 int omp_get_team_num() { return mapping::getBlockId(); } in omp_get_team_num()
H A DSynchronization.cpp290 if (cycles >= OMP_SPIN * mapping::getBlockId()) { in setLock()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DMapping.h79 uint32_t getBlockId();
/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
257 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
302 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
H A DMicrosoftMangle.cpp1209 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
H A DItaniumMangle.cpp1918 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h110 uint32_t getBlockId(const BasicBlock *BB) const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp235 auto Index = getBlockId(Succ); in computeCFGHash()
273 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h82 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3049 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()