Searched refs:tlabel (Results 1 – 4 of 4) sorted by relevance
132 struct target_label *tlabel; in i965_postprocess_labels() local137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels()139 if (!strcmp(tlabel->name, ilabel->name)) { in i965_postprocess_labels()142 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(brw_inst); in i965_postprocess_labels()
964 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local966 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()969 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
961 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local963 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()966 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()