Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24978 SDValue SubsOp; in reassociateCSELOperandsForCSE() local
24985 SubsOp = DAG.getConstant(CmpOpConst->getAPIntValue(), SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE()
24990 SubsOp = CmpOpToMatch; in reassociateCSELOperandsForCSE()
25013 SDValue SubsOp) { in reassociateCSELOperandsForCSE() argument
25020 DAG.getVTList(VT, MVT_CC), CmpOpOther, SubsOp); in reassociateCSELOperandsForCSE()
25042 if (SDValue R = Fold(CC, ExpectedOp, SubsOp)) in reassociateCSELOperandsForCSE()
25068 auto SubsOp = DAG.getConstant(NewCmpConst, SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE() local
25070 return Check ? Fold(NewCC, ExpectedOp, SubsOp) : SDValue(); in reassociateCSELOperandsForCSE()