Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp798 BLOCK_LAYOUT_NON_OBJECT_BYTES = 1, enumerator
2447 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_NON_OBJECT_BYTES, in UpdateRunSkipBlockVars()
2728 if (opcode == BLOCK_LAYOUT_NON_OBJECT_BYTES) { in getBitmapBlockLayout()
2750 (BLOCK_LAYOUT_NON_OBJECT_BYTES << 4) | (residue_in_bytes.getQuantity()-1); in getBitmapBlockLayout()
2758 if (opcode == BLOCK_LAYOUT_NON_OBJECT_BYTES || opcode == BLOCK_LAYOUT_NON_OBJECT_WORDS) in getBitmapBlockLayout()
2804 case BLOCK_LAYOUT_NON_OBJECT_BYTES: in getBitmapBlockLayout()