Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp556 unsigned Op0Opcode = Op0->getOpcode(); in performANDCombine() local
562 if (Op0Opcode == MipsISD::VEXTRACT_SEXT_ELT || in performANDCombine()
563 Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT) { in performANDCombine()
579 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT && Log2 >= ExtendTySize) || in performANDCombine()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp490 unsigned Op0Opcode = Op0->getOpcode(); in performANDCombine() local
496 if (Op0Opcode == MipsISD::VEXTRACT_SEXT_ELT || in performANDCombine()
497 Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT) { in performANDCombine()
513 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT && Log2 >= ExtendTySize) || in performANDCombine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp483 unsigned Op0Opcode = Op0->getOpcode(); in performANDCombine() local
489 if (Op0Opcode == MipsISD::VEXTRACT_SEXT_ELT || in performANDCombine()
490 Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT) { in performANDCombine()
506 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT && Log2 >= ExtendTySize) || in performANDCombine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1561 unsigned Op0Opcode = Op0.getOpcode(); in SimplifyDemandedBits() local
1562 if ((Op0Opcode == ISD::SRL || Op0Opcode == ISD::SHL) && Op0.hasOneUse()) { in SimplifyDemandedBits()
1570 Ones = Op0Opcode == ISD::SHL ? Ones.shl(ShiftAmt) in SimplifyDemandedBits()
1580 return TLO.CombineTo(Op, TLO.DAG.getNode(Op0Opcode, dl, VT, Not, in SimplifyDemandedBits()