Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1149 unsigned I2Opc = I2->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()
1178 unsigned I2Opc = I2->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()