Searched refs:CCCode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 891 CCCode = ISD::SETNE; in SoftenFloatOp_BR_CC() 982 CCCode = ISD::SETNE; in SoftenFloatOp_SELECT_CC() 988 DAG.getCondCode(CCCode)), in SoftenFloatOp_SELECT_CC() 1010 DAG.getCondCode(CCCode)), in SoftenFloatOp_SETCC() 1607 LHSLo, RHSLo, CCCode); in FloatExpandSetCCOperands() 1612 LHSHi, RHSHi, CCCode); in FloatExpandSetCCOperands() 1621 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); in ExpandFloatOp_BR_CC() 1627 CCCode = ISD::SETNE; in ExpandFloatOp_BR_CC() 1679 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); in ExpandFloatOp_SELECT_CC() 1685 CCCode = ISD::SETNE; in ExpandFloatOp_SELECT_CC() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 1120 switch (CCCode) { in PromoteSetCCOperands() 3222 if (CCCode == ISD::SETEQ || CCCode == ISD::SETNE) { in IntegerExpandSetCCOperands() 3254 switch (CCCode) { in IntegerExpandSetCCOperands() 3289 LHSHi, RHSHi, DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands() 3294 bool EqAllowed = (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands() 3295 CCCode == ISD::SETUGE || CCCode == ISD::SETULE); in IntegerExpandSetCCOperands() 3325 switch (CCCode) { in IntegerExpandSetCCOperands() 3345 DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands() 3369 CCCode = ISD::SETNE; in ExpandIntOp_BR_CC() 3387 CCCode = ISD::SETNE; in ExpandIntOp_SELECT_CC() [all …]
|
| H A D | LegalizeDAG.cpp | 1017 ISD::CondCode CCCode = in LegalizeOp() local 1019 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 1623 ISD::CondCode CCCode = cast<CondCodeSDNode>(CC)->get(); in LegalizeSetCCCondCode() local 1626 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode() 1632 ISD::CondCode InvCC = ISD::getSetCCSwappedOperands(CCCode); in LegalizeSetCCCondCode() 1639 InvCC = getSetCCInverse(CCCode, OpVT.isInteger()); in LegalizeSetCCCondCode() 1656 switch (CCCode) { in LegalizeSetCCCondCode() 1684 CC1 = (ISD::CondCode)(((int)CCCode & 0x7) | 0x10); in LegalizeSetCCCondCode() 1701 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode() 4300 ISD::CondCode CCCode = in PromoteNode() local [all …]
|
| H A D | LegalizeTypes.h | 462 ISD::CondCode &CCCode, const SDLoc &dl); 615 ISD::CondCode &CCCode, const SDLoc &dl);
|
| H A D | TargetLowering.cpp | 159 ISD::CondCode &CCCode, in softenSetCCOperands() argument 167 switch (CCCode) { in softenSetCCOperands() 234 switch (CCCode) { in softenSetCCOperands() 266 CCCode = getCmpLibcallCC(LC1); in softenSetCCOperands() 268 CCCode = getSetCCInverse(CCCode, /*isInteger=*/true); in softenSetCCOperands() 274 NewLHS, NewRHS, DAG.getCondCode(CCCode)); in softenSetCCOperands()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2832 SDValue &NewRHS, ISD::CondCode &CCCode,
|