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