Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp251 auto I1Opc = I1->getOpcode(); in matchExtAddvToUdotAddv() local
252 if (I1Opc == TargetOpcode::G_MUL) { in matchExtAddvToUdotAddv()
267 I1Opc = ExtMI1->getOpcode(); in matchExtAddvToUdotAddv()
277 if (I1Opc == TargetOpcode::G_ZEXT) in matchExtAddvToUdotAddv()
279 else if (I1Opc == TargetOpcode::G_SEXT) in matchExtAddvToUdotAddv()
H A DAArch64PostLegalizerLowering.cpp1148 unsigned I1Opc = I1->getOpcode(); in matchExtMulToMULL() local
1150 if (((I1Opc == TargetOpcode::G_ZEXT && I2Opc == TargetOpcode::G_ZEXT) || in matchExtMulToMULL()
1151 (I1Opc == TargetOpcode::G_SEXT && I2Opc == TargetOpcode::G_SEXT)) && in matchExtMulToMULL()
1177 unsigned I1Opc = I1->getOpcode(); in applyExtMulToMULL() local
1179 if (((I1Opc == TargetOpcode::G_ZEXT && I2Opc == TargetOpcode::G_ZEXT) || in applyExtMulToMULL()
1180 (I1Opc == TargetOpcode::G_SEXT && I2Opc == TargetOpcode::G_SEXT)) && in applyExtMulToMULL()