Searched refs:getBlockId (Results 1 – 12 of 12) sorted by relevance
39 uint32_t getBlockId();96 uint32_t getBlockId() { return __builtin_amdgcn_workgroup_id_x(); } in getBlockId() function155 uint32_t getBlockId() { return __nvvm_read_ptx_sreg_ctaid_x(); } in getBlockId() function247 uint32_t mapping::getBlockId() { in getBlockId() function in mapping248 uint32_t BlockId = impl::getBlockId(); in getBlockId()261 ASSERT(impl::getBlockId() < NumberOfBlocks); in getNumberOfBlocks()
68 mapping::getThreadIdInBlock() == 0 && mapping::getBlockId() == 0) { in DebugEntryRAII()81 mapping::getThreadIdInBlock() == 0 && mapping::getBlockId() == 0) in ~DebugEntryRAII()
390 int omp_get_team_num() { return mapping::getBlockId(); } in omp_get_team_num()
290 if (cycles >= OMP_SPIN * mapping::getBlockId()) { in setLock()
79 uint32_t getBlockId();
40 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()
1209 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
1918 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
110 uint32_t getBlockId(const BasicBlock *BB) const;
235 auto Index = getBlockId(Succ); in computeCFGHash()273 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
82 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
3049 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()