Home
last modified time | relevance | path

Searched refs:raw_dest (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dlocal_value_numbering.cc1158 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); in HandlePhi() local
1159 if (raw_dest.high_word) { in HandlePhi()
1163 bool wide = raw_dest.wide; in HandlePhi()
1210 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); in HandleConst() local
1212 if (value == 0u && raw_dest.ref) { in HandleConst()
1215 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST; in HandleConst()
1223 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); in HandleConstWide() local
1224 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST; in HandleConstWide()
Dgvn_dead_code_elimination.cc1044 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); in RecordMIR() local
1045 if (raw_dest.high_word) { in RecordMIR()
1049 bool wide = raw_dest.wide; in RecordMIR()