Searched refs:spvOpcodeIsBlockTerminator (Results 1 – 24 of 24) sorted by relevance
124 bool spvOpcodeIsBlockTerminator(spv::Op opcode);
478 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator() function
476 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator() function
514 bool spvOpcodeIsBlockTerminator(spv::Op opcode) { in spvOpcodeIsBlockTerminator() function
105 if (spvOpcodeIsBlockTerminator(inst.opcode()) || in GetAvailableOpportunities()
230 if (!spvOpcodeIsBlockTerminator(inst->opcode())) { in PrettyPrint()
226 if (spvOpcodeIsBlockTerminator(opcode) || i->IsNoLine()) { in ToBinary()
164 } else if (spvOpcodeIsBlockTerminator(opcode)) { in AddInstruction()
511 return spvOpcodeIsBlockTerminator(opcode()); in IsBlockTerminator()
268 if (vstate->in_block() && spvOpcodeIsBlockTerminator(inst->opcode())) { in ValidateBinaryUsingContextAndValidationState()
271 if (vstate->in_block() && spvOpcodeIsBlockTerminator(inst->opcode())) { in ValidateBinaryUsingContextAndValidationState()