Lines Matching refs:Output
31 DCHECK(Output() == NULL ||32 LUnallocated::cast(Output())->HasFixedPolicy() ||33 !LUnallocated::cast(Output())->HasRegisterPolicy());891 if (instr->Output() != NULL) {892 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;