Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp787 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
802 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
820 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1111 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1129 if (FirstOperandOpc != ISD::AND) in performSHLCombine()