Home | History | Annotate | Download | only in x64

Lines Matching refs:Output

32   DCHECK(Output() == NULL ||
33 LUnallocated::cast(Output())->HasFixedPolicy() ||
34 !LUnallocated::cast(Output())->HasRegisterPolicy());
905 if (instr->Output() != NULL) {
906 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;