Searched refs:r_id (Results 1 – 9 of 9) sorted by relevance
47 bool RelaxFloatOpsPass::IsRelaxed(uint32_t r_id) { in IsRelaxed() argument48 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsRelaxed()56 uint32_t r_id = r_inst->result_id(); in ProcessInst() local57 if (r_id == 0) return false; in ProcessInst()59 if (IsRelaxed(r_id)) return false; in ProcessInst()61 get_decoration_mgr()->AddDecoration(r_id, SpvDecorationRelaxedPrecision); in ProcessInst()
50 bool IsRelaxed(uint32_t r_id);
46 uint32_t r_id = inst->result_id(); in IsDecoratedRelaxed() local47 for (auto r_inst : get_decoration_mgr()->GetDecorationsFor(r_id, false)) in IsDecoratedRelaxed()