Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
800 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
818 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1112 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1131 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2106 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
2120 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
2175 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()