Home | History | Annotate | Download | only in src

Lines Matching refs:HInstruction

86       if (!use->CheckFlag(HInstruction::kUint32)) {
107 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
108 use->SetFlag(HInstruction::kUint32);
120 if (!phi->CheckFlag(HInstruction::kUint32)) {
127 if (!operand->CheckFlag(HInstruction::kUint32)) {
131 operand->SetFlag(HInstruction::kUint32);
148 phi->ClearFlag(HInstruction::kUint32);
151 if (operand->CheckFlag(HInstruction::kUint32)) {
152 operand->ClearFlag(HInstruction::kUint32);
220 ZoneList<HInstruction*>* uint32_instructions = graph()->uint32_instructions();
224 HInstruction* current = uint32_instructions->at(i);
228 current->SetFlag(HInstruction::kUint32);