Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp894 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in SoftenFloatOp_BR_CC() local
899 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), in SoftenFloatOp_BR_CC()
906 CCCode = ISD::SETNE; in SoftenFloatOp_BR_CC()
911 DAG.getCondCode(CCCode), NewLHS, NewRHS, in SoftenFloatOp_BR_CC()
978 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get(); in SoftenFloatOp_SELECT_CC() local
983 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), in SoftenFloatOp_SELECT_CC()
990 CCCode = ISD::SETNE; in SoftenFloatOp_SELECT_CC()
996 DAG.getCondCode(CCCode)), in SoftenFloatOp_SELECT_CC()
1005 ISD::CondCode CCCode = in SoftenFloatOp_SETCC() local
1011 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), Op0, Op1, in SoftenFloatOp_SETCC()
[all …]
H A DLegalizeIntegerTypes.cpp1588 ISD::CondCode CCCode) { in PromoteSetCCOperands() argument
1593 switch (CCCode) { in PromoteSetCCOperands()
4239 ISD::CondCode &CCCode, in IntegerExpandSetCCOperands() argument
4245 if (CCCode == ISD::SETEQ || CCCode == ISD::SETNE) { in IntegerExpandSetCCOperands()
4268 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0 in IntegerExpandSetCCOperands()
4269 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1 in IntegerExpandSetCCOperands()
4277 switch (CCCode) { in IntegerExpandSetCCOperands()
4308 RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
4312 LHSHi, RHSHi, DAG.getCondCode(CCCode)); in IntegerExpandSetCCOperands()
4317 bool EqAllowed = (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands()
[all …]
H A DTargetLowering.cpp294 ISD::CondCode &CCCode, in softenSetCCOperands() argument
298 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
304 ISD::CondCode &CCCode, in softenSetCCOperands() argument
319 switch (CCCode) { in softenSetCCOperands()
379 switch (CCCode) { in softenSetCCOperands()
415 CCCode = getCmpLibcallCC(LC1); in softenSetCCOperands()
418 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
427 SDValue Tmp = DAG.getSetCC(dl, SetCCVT, NewLHS, NewRHS, CCCode); in softenSetCCOperands()
429 CCCode = getCmpLibcallCC(LC2); in softenSetCCOperands()
431 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
[all …]
H A DLegalizeVectorOps.cpp500 ISD::CondCode CCCode = cast<CondCodeSDNode>(Node->getOperand(2))->get(); in LegalizeOp() local
501 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1355 ISD::CondCode CCCode = cast<CondCodeSDNode>(Node->getOperand(2))->get(); in ExpandSETCC() local
1357 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
H A DLegalizeDAG.cpp1046 ISD::CondCode CCCode = in LegalizeOp() local
1048 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
4594 ISD::CondCode CCCode = cast<CondCodeSDNode>(Cond)->get(); in PromoteNode() local
4601 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
4605 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
4634 ISD::CondCode CCCode = cast<CondCodeSDNode>(Node->getOperand(2))->get(); in PromoteNode() local
4635 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
4661 ISD::CondCode CCCode = in PromoteNode() local
4663 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
H A DLegalizeTypes.h488 ISD::CondCode &CCCode, const SDLoc &dl);
650 ISD::CondCode &CCCode, const SDLoc &dl,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3230 SDValue &NewRHS, ISD::CondCode &CCCode,
3235 SDValue &NewRHS, ISD::CondCode &CCCode,