Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp800 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
816 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
834 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1128 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1147 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3111 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
3125 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
3180 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()