Lines Matching refs:Output
29 DCHECK(Output() == NULL || LUnallocated::cast(Output())->HasFixedPolicy() ||30 !LUnallocated::cast(Output())->HasRegisterPolicy());895 if (instr->Output() != NULL) {896 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;