Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5004 unsigned LHSOpc = LHSInst->getOpcode(); in matchNarrowBinopFeedingAnd() local
5005 switch (LHSOpc) { in matchNarrowBinopFeedingAnd()
5048 Builder.buildInstr(LHSOpc, {NarrowTy}, {NarrowLHS, NarrowRHS}); in matchNarrowBinopFeedingAnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14294 unsigned LHSOpc = LHS.getOpcode(); in performAddCarrySubCarryCombine() local
14296 if ((LHSOpc == ISD::ADD && Opc == ISD::UADDO_CARRY) || in performAddCarrySubCarryCombine()
14297 (LHSOpc == ISD::SUB && Opc == ISD::USUBO_CARRY)) { in performAddCarrySubCarryCombine()