Searched refs:NeedInvert (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1517 bool NeedInvert = false; in ExpandSETCC() local 1540 EVL, NeedInvert, dl, Chain); in ExpandSETCC() 1556 if (NeedInvert) { in ExpandSETCC()
|
| H A D | LegalizeDAG.cpp | 2693 bool NeedInvert; in ExpandNode() local 3664 DAG, Node->getValueType(0), Tmp1, Tmp2, Tmp3, Mask, EVL, NeedInvert, dl, in ExpandNode() 3686 if (NeedInvert) { in ExpandNode() 3768 /*Mask*/ SDValue(), /*EVL*/ SDValue(), NeedInvert, dl, Chain); in ExpandNode() 3774 if (NeedInvert) in ExpandNode() 3803 /*Mask*/ SDValue(), /*EVL*/ SDValue(), NeedInvert, dl, Chain); in ExpandNode() 3810 assert(!NeedInvert && "Don't know how to invert BR_CC!"); in ExpandNode() 3816 Tmp4 = DAG.getCondCode(NeedInvert ? ISD::SETEQ : ISD::SETNE); in ExpandNode()
|
| H A D | TargetLowering.cpp | 10381 SDValue EVL, bool &NeedInvert, in LegalizeSetCCCondCode() argument 10387 NeedInvert = false; in LegalizeSetCCCondCode() 10414 NeedInvert = true; in LegalizeSetCCCondCode() 10434 NeedInvert = true; in LegalizeSetCCCondCode() 10456 NeedInvert = ((unsigned)CCCode & 0x8U); in LegalizeSetCCCondCode()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5122 SDValue EVL, bool &NeedInvert, const SDLoc &dl,
|