Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp750 enum BLOCK_LAYOUT_OPCODE { enum in __anonc21a86420111::CGObjCCommonMac
800 enum BLOCK_LAYOUT_OPCODE opcode;
803 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, in RUN_SKIP()
2348 enum BLOCK_LAYOUT_OPCODE opcode ; in InlineLayoutInstruction()
2352 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
2358 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
2364 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
2373 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
2377 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
2388 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); in InlineLayoutInstruction()
[all …]