Lines Matching refs:TotalVal
1792 SDValue TotalVal; in SelectAndParts32() local
1794 TotalVal = ANDISVal; in SelectAndParts32()
1796 TotalVal = ANDIVal; in SelectAndParts32()
1798 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
1802 Res = TotalVal; in SelectAndParts32()
1805 Res, TotalVal), 0); in SelectAndParts32()
2149 SDValue TotalVal; in SelectAndParts64() local
2167 TotalVal = ANDISVal; in SelectAndParts64()
2169 TotalVal = ANDIVal; in SelectAndParts64()
2171 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2174 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2175 TotalVal = in SelectAndParts64()
2177 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2182 Res = TotalVal; in SelectAndParts64()
2185 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()