Lines Matching refs:TotalVal
2071 SDValue TotalVal; in SelectAndParts32() local
2073 TotalVal = ANDISVal; in SelectAndParts32()
2075 TotalVal = ANDIVal; in SelectAndParts32()
2077 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
2081 Res = TotalVal; in SelectAndParts32()
2084 Res, TotalVal), 0); in SelectAndParts32()
2434 SDValue TotalVal; in SelectAndParts64() local
2453 TotalVal = ANDISVal; in SelectAndParts64()
2455 TotalVal = ANDIVal; in SelectAndParts64()
2457 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
2460 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2461 TotalVal = in SelectAndParts64()
2463 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()
2468 Res = TotalVal; in SelectAndParts64()
2471 ExtendToInt64(Res, dl), TotalVal), in SelectAndParts64()