Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp809 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
825 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
843 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1186 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1205 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4386 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
4404 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
4459 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()