Searched refs:DstValue (Results 1 – 8 of 8) sorted by relevance
34 EXPECT_EQ(param_liveness->GetSibling()->GetReg(), spill_fill.DstValue()); in GetParameterSpillFilll()79 EXPECT_LT(INS(0).CastToParameter()->GetLocationData().DstValue(), first_callee); in TEST_F()
261 return sf.DstValue() == reg && sf.DstType() == LocationType::REGISTER; in TEST_F()
72 sf_data.DstValue() == dst; in CheckSpillFills()
48 auto DstValue() const in DstValue() function
435 if (spill_fill.DstValue() != INVALID_REG) { in Dump()
136 if (sf.DstType() == sf.SrcType() && sf.DstValue() == sf.SrcValue()) { in NeedToResolve()179 if (sf.DstType() == sf.SrcType() && sf.DstValue() == sf.SrcValue()) { in CollectSpillFillsData()
247 ASSERT(sf.SrcValue() != compiler::INVALID_REG && sf.DstValue() != compiler::INVALID_REG); in EncodeSpillFillData()249 if (sf.SrcValue() == sf.DstValue()) { in EncodeSpillFillData()254 result_.emplace_back(pandasm::Create_MOV(sf.DstValue(), sf.SrcValue())); in EncodeSpillFillData()
164 if (sf.DstType() == compiler::LocationType::REGISTER && sf.DstValue() >= min_reg) { in RenumberSpillFillRegs()165 sf.SetDst(compiler::Location::MakeRegister(RenumberReg(sf.DstValue(), delta))); in RenumberSpillFillRegs()