Searched refs:IsRelaxed (Results 1 – 12 of 12) sorted by relevance
54 bool ConvertToHalfPass::IsRelaxed(uint32_t id) { in IsRelaxed() function in spvtools::opt::ConvertToHalfPass213 if (IsFloat(inst, 32) && IsRelaxed(inst->result_id())) { in ProcessConvert()261 bool inst_relaxed = IsRelaxed(inst->result_id()); in GenHalfInst()277 if (IsRelaxed(inst->result_id())) return false; in CloseRelaxInst()289 if (!IsRelaxed(*idp)) relax = false; in CloseRelaxInst()299 (!IsDecoratedRelaxed(uinst) && !IsRelaxed(uinst->result_id()))) { in CloseRelaxInst()
47 bool RelaxFloatOpsPass::IsRelaxed(uint32_t r_id) { in IsRelaxed() function in spvtools::opt::RelaxFloatOpsPass59 if (IsRelaxed(r_id)) return false; in ProcessInst()
50 bool IsRelaxed(uint32_t r_id);
53 bool IsRelaxed(uint32_t id);