Searched refs:blockID (Results 1 – 8 of 8) sorted by relevance
321 unsigned blockID = B->getBlockID(); in scanFromBlock() local322 if (!Reachable[blockID]) { in scanFromBlock()323 Reachable.set(blockID); in scanFromBlock()376 unsigned blockID = block->getBlockID(); in enqueue() local377 if (Reachable[blockID] || Visited[blockID]) in enqueue()379 Visited[blockID] = true; in enqueue()389 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local390 if (Visited[blockID]) { in isDeadCodeRoot()394 if (!Reachable[blockID]) { in isDeadCodeRoot()396 Visited[blockID] = true; in isDeadCodeRoot()
324 int32_t blockID, in GetNumDataBytesAndNumECBytesForBlockID() argument327 if (blockID >= numRSBlocks) in GetNumDataBytesAndNumECBytesForBlockID()338 if (blockID < numRsBlocksInGroup1) { in GetNumDataBytesAndNumECBytesForBlockID()
466 SS << BB->blockID(); in printBlockLabel()808 SS << "BB_" << E->blockID() << ":"; in printBasicBlock()810 SS << " BB_" << E->parent()->blockID(); in printBasicBlock()
1558 int blockID() const { return BlockID; } in blockID() function
1260 int2 blockID;1261 blockID.x = get_global_id(0) / get_local_size(0);1262 blockID.y = get_global_id(1) / get_local_size(1);1266 imageAreaOrg.x = blockID.x * get_local_size(0);1267 imageAreaOrg.y = blockID.y * get_local_size(1);
1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) in BlockSegment() argument1979 CodeGen.push_int_value (buf, cls, blockID); in BlockSegment()
1680 uint32_t blockID = insn.word(1); in ValidateShaderStageInputOutputLimits() local1683 if (blockID == builtInBlockID) { in ValidateShaderStageInputOutputLimits()1684 builtInIDs.push_back(blockID); in ValidateShaderStageInputOutputLimits()
316 LZ4F_blockSizeID_t const blockID = prefsPtr->frameInfo.blockSizeID; in LZ4F_compressBound_internal() local317 size_t const blockSize = LZ4F_getBlockSize(blockID); in LZ4F_compressBound_internal()