Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1298 auto VRegAndVal = getConstantVRegValWithLookThrough(ConstantReg, MRI); in getTestBitReg() local
1299 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() local
1316 if (VRegAndVal) in getTestBitReg()
1317 C = VRegAndVal->Value; in getTestBitReg()
1516 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in tryOptCompareBranchFedByICmp() local
1524 if (VRegAndVal && !AndInst) { in tryOptCompareBranchFedByICmp()
[all …]
DAArch64LegalizerInfo.cpp836 auto VRegAndVal = getConstantVRegValWithLookThrough(AmtReg, MRI); in legalizeShlAshrLshr() local
837 if (!VRegAndVal) in legalizeShlAshrLshr()
840 int64_t Amount = VRegAndVal->Value; in legalizeShlAshrLshr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp993 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); in selectCompareBranch() local
994 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() local
1051 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() local
1302 if (!VRegAndVal) in earlySelectSHL()
[all …]