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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp993 auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI); local
994 if (!VRegAndVal)
997 VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI);
998 if (!VRegAndVal || VRegAndVal->Value != 0) {
1050 auto VRegAndVal = getConstantVRegValWithLookThrough(OpMI->getOperand(Idx).getReg(), MRI); local
1051 if (!VRegAndVal)
1055 ImmVal = VRegAndVal->Value;
1056 if (ImmVal != VRegAndVal->Value)
1301 auto VRegAndVal local
2983 auto VRegAndVal = getConstantVRegValWithLookThrough(LaneIdxOp.getReg(), MRI); local
[all...]

Completed in 104 milliseconds