Lines Matching refs:TotalVal
2235 SDValue TotalVal; in SelectAndParts32() local
2237 TotalVal = ANDISVal; in SelectAndParts32()
2239 TotalVal = ANDIVal; in SelectAndParts32()
2241 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
2245 Res = TotalVal; in SelectAndParts32()
2248 Res, TotalVal), 0); in SelectAndParts32()
2598 SDValue TotalVal; in SelectAndParts64() local
2617 TotalVal = ANDISVal; in SelectAndParts64()
2619 TotalVal = ANDIVal; in SelectAndParts64()
2621 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2624 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2625 TotalVal = in SelectAndParts64()
2627 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2632 Res = TotalVal; in SelectAndParts64()
2635 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()