Searched refs:operand_word (Results 1 – 9 of 9) sorted by relevance
148 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local161 result_id = operand_word; in IdPass()170 if (const auto def = _.FindDef(operand_word)) { in IdPass()180 << "Operand " << _.getIdName(operand_word) in IdPass()193 << "Operand " << _.getIdName(operand_word) in IdPass()197 << "Operand " << _.getIdName(operand_word) in IdPass()205 !_.IsForwardPointer(operand_word)) { in IdPass()207 << "Operand " << _.getIdName(operand_word) in IdPass()210 ret = _.ForwardDeclareId(operand_word); in IdPass()214 << "ID " << _.getIdName(operand_word) in IdPass()[all …]
557 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local558 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()568 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
148 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local161 result_id = operand_word; in IdPass()170 if (const auto def = _.FindDef(operand_word)) { in IdPass()181 << "Operand " << _.getIdName(operand_word) in IdPass()197 << "Operand " << _.getIdName(operand_word) in IdPass()201 << "Operand " << _.getIdName(operand_word) in IdPass()209 !_.IsForwardPointer(operand_word)) { in IdPass()211 << "Operand " << _.getIdName(operand_word) in IdPass()214 ret = _.ForwardDeclareId(operand_word); in IdPass()218 << "ID " << _.getIdName(operand_word) in IdPass()[all …]
564 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local565 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()575 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
137 const uint32_t operand_word = inst->word(operand.offset); in IdPass() local150 result_id = operand_word; in IdPass()159 if (const auto def = _.FindDef(operand_word)) { in IdPass()173 << "Operand " << _.getIdName(operand_word) in IdPass()192 << "Operand " << _.getIdName(operand_word) in IdPass()196 << "Operand " << _.getIdName(operand_word) in IdPass()204 !_.IsForwardPointer(operand_word)) { in IdPass()206 << "Operand " << _.getIdName(operand_word) in IdPass()209 ret = _.ForwardDeclareId(operand_word); in IdPass()213 << "ID " << _.getIdName(operand_word) in IdPass()[all …]
567 const uint32_t operand_word = inst->word(operand.offset); in RegisterInstruction() local568 Instruction* operand_inst = FindDef(operand_word); in RegisterInstruction()578 RegisterSampledImageConsumer(operand_word, inst); in RegisterInstruction()
32 for (auto operand_word : operand.words) { in MakeInstructionMessage() local33 operand_message->add_operand_data(operand_word); in MakeInstructionMessage()