Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
799 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()
817 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1108 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local
1126 if (FirstOperandOpc != ISD::AND) in performSHLCombine()