Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp771 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
787 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
805 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1104 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1123 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1334 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
1348 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()