Searched refs:VRegAndVal (Results 1 – 3 of 3) sorted by relevance
1298 auto VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg() local1299 if (!VRegAndVal) { in getTestBitReg()1304 VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg()1306 if (VRegAndVal) in getTestBitReg()1307 C = VRegAndVal->Value; in getTestBitReg()1314 auto VRegAndVal = in getTestBitReg() local1316 if (VRegAndVal) in getTestBitReg()1317 C = VRegAndVal->Value; in getTestBitReg()1516 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in tryOptCompareBranchFedByICmp() local1524 if (VRegAndVal && !AndInst) { in tryOptCompareBranchFedByICmp()[all …]
836 auto VRegAndVal = getConstantVRegValWithLookThrough(AmtReg, MRI); in legalizeShlAshrLshr() local837 if (!VRegAndVal) in legalizeShlAshrLshr()840 int64_t Amount = VRegAndVal->Value; in legalizeShlAshrLshr()
993 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in selectCompareBranch() local994 if (!VRegAndVal) in selectCompareBranch()997 VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in selectCompareBranch()998 if (!VRegAndVal || VRegAndVal->Value != 0) { in selectCompareBranch()1050 auto VRegAndVal = getConstantVRegValWithLookThrough(OpMI->getOperand(Idx).getReg(), MRI); in getVectorShiftImm() local1051 if (!VRegAndVal) in getVectorShiftImm()1055 ImmVal = VRegAndVal->Value; in getVectorShiftImm()1056 if (ImmVal != VRegAndVal->Value) in getVectorShiftImm()1301 auto VRegAndVal = getConstantVRegVal(MO.getReg(), MRI); in earlySelectSHL() local1302 if (!VRegAndVal) in earlySelectSHL()[all …]