Lines Matching refs:TotalVal
2248 SDValue TotalVal; in SelectAndParts32() local
2250 TotalVal = ANDISVal; in SelectAndParts32()
2252 TotalVal = ANDIVal; in SelectAndParts32()
2254 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
2258 Res = TotalVal; in SelectAndParts32()
2261 Res, TotalVal), 0); in SelectAndParts32()
2611 SDValue TotalVal; in SelectAndParts64() local
2630 TotalVal = ANDISVal; in SelectAndParts64()
2632 TotalVal = ANDIVal; in SelectAndParts64()
2634 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2637 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2638 TotalVal = in SelectAndParts64()
2640 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2645 Res = TotalVal; in SelectAndParts64()
2648 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()