Lines Matching defs:words
98 FlushBlock({inst.words[1]});
101 FlushBlock({inst.words[2], inst.words[3]});
104 std::vector<uint32_t> successors{inst.words[2]};
106 successors.push_back(inst.words[inst.operands[i].offset]);
119 merge_ = inst.words[1];
120 continue_target_ = inst.words[2];
123 merge_ = inst.words[1];
168 spv_result_t BinaryToDot(const spv_const_context context, const uint32_t* words,
177 spvtools::FriendlyNameMapper friendly_mapper(context, words, num_words);
180 if (auto error = spvBinaryParse(context, &converter, words, num_words,