Home
last modified time | relevance | path

Searched refs:VRegAndVal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1276 auto VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg() local
1277 if (!VRegAndVal) { in getTestBitReg()
1282 VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg()
1284 if (VRegAndVal) in getTestBitReg()
1285 C = VRegAndVal->Value.getSExtValue(); in getTestBitReg()
1292 auto VRegAndVal = in getTestBitReg() local
1294 if (VRegAndVal) in getTestBitReg()
1295 C = VRegAndVal->Value.getSExtValue(); in getTestBitReg()
1497 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in tryOptCompareBranchFedByICmp() local
1505 if (VRegAndVal && !AndInst) { in tryOptCompareBranchFedByICmp()
[all …]
H A DAArch64LegalizerInfo.cpp918 auto VRegAndVal = getConstantVRegValWithLookThrough(AmtReg, MRI); in legalizeShlAshrLshr() local
919 if (!VRegAndVal) in legalizeShlAshrLshr()
922 int64_t Amount = VRegAndVal->Value.getSExtValue(); in legalizeShlAshrLshr()