Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1358 bool NeedInvert = false; in ExpandSETCC() local
1373 RHS, CC, NeedInvert, dl, Chain); in ExpandSETCC()
1384 if (NeedInvert) in ExpandSETCC()
H A DLegalizeDAG.cpp2658 bool NeedInvert; in ExpandNode() local
3570 NeedInvert, dl, Chain, IsSignaling); in ExpandNode()
3581 if (NeedInvert) in ExpandNode()
3667 NeedInvert, dl, Chain); in ExpandNode()
3673 if (NeedInvert) in ExpandNode()
3702 Tmp2, Tmp3, Tmp4, NeedInvert, dl, Chain); in ExpandNode()
3709 assert(!NeedInvert && "Don't know how to invert BR_CC!"); in ExpandNode()
3715 Tmp4 = DAG.getCondCode(NeedInvert ? ISD::SETEQ : ISD::SETNE); in ExpandNode()
H A DTargetLowering.cpp8834 SDValue &CC, bool &NeedInvert, in LegalizeSetCCCondCode() argument
8840 NeedInvert = false; in LegalizeSetCCCondCode()
8865 NeedInvert = true; in LegalizeSetCCCondCode()
8885 NeedInvert = true; in LegalizeSetCCCondCode()
8907 NeedInvert = ((unsigned)CCCode & 0x8U); in LegalizeSetCCCondCode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4591 SDValue &RHS, SDValue &CC, bool &NeedInvert,