Lines Matching refs:TotalVal
1342 SDValue TotalVal; in SelectAndParts32() local
1344 TotalVal = ANDISVal; in SelectAndParts32()
1346 TotalVal = ANDIVal; in SelectAndParts32()
1348 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
1352 Res = TotalVal; in SelectAndParts32()
1355 Res, TotalVal), 0); in SelectAndParts32()
1689 SDValue TotalVal; in SelectAndParts64() local
1703 TotalVal = ANDISVal; in SelectAndParts64()
1705 TotalVal = ANDIVal; in SelectAndParts64()
1707 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
1710 TotalVal = SDValue(getInt64(CurDAG, dl, Mask), 0); in SelectAndParts64()
1711 TotalVal = in SelectAndParts64()
1713 VRot, TotalVal), 0); in SelectAndParts64()
1717 Res = TotalVal; in SelectAndParts64()
1720 Res, TotalVal), 0); in SelectAndParts64()