Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp489 unsigned Op0Opcode = Op0->getOpcode(); in performANDCombine() local
495 if (Op0Opcode == MipsISD::VEXTRACT_SEXT_ELT || in performANDCombine()
496 Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT) { in performANDCombine()
512 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT && Log2 >= ExtendTySize) || in performANDCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1614 unsigned Op0Opcode = Op0.getOpcode(); in SimplifyDemandedBits() local
1615 if ((Op0Opcode == ISD::SRL || Op0Opcode == ISD::SHL) && Op0.hasOneUse()) { in SimplifyDemandedBits()
1623 Ones = Op0Opcode == ISD::SHL ? Ones.shl(ShiftAmt) in SimplifyDemandedBits()
1633 return TLO.CombineTo(Op, TLO.DAG.getNode(Op0Opcode, dl, VT, Not, in SimplifyDemandedBits()