Lines Matching refs:SETCC
478 setOperationAction(ISD::SETCC, MVT::i32, Custom); in AArch64TargetLowering()
479 setOperationAction(ISD::SETCC, MVT::i64, Custom); in AArch64TargetLowering()
480 setOperationAction(ISD::SETCC, MVT::bf16, Custom); in AArch64TargetLowering()
481 setOperationAction(ISD::SETCC, MVT::f16, Custom); in AArch64TargetLowering()
482 setOperationAction(ISD::SETCC, MVT::f32, Custom); in AArch64TargetLowering()
483 setOperationAction(ISD::SETCC, MVT::f64, Custom); in AArch64TargetLowering()
552 setOperationAction(ISD::SETCC, MVT::f128, Custom); in AArch64TargetLowering()
757 ISD::SETCC, in AArch64TargetLowering()
824 setOperationAction(ISD::SETCC, V4Narrow, Custom); in AArch64TargetLowering()
848 setOperationAction(ISD::SETCC, V8Narrow, Expand); in AArch64TargetLowering()
1096 setTargetDAGCombine(ISD::SETCC); in AArch64TargetLowering()
1448 setOperationAction(ISD::SETCC, VT, Custom); in AArch64TargetLowering()
1521 setOperationAction(ISD::SETCC, VT, Custom); in AArch64TargetLowering()
1588 setOperationAction(ISD::SETCC, VT, Custom); in AArch64TargetLowering()
1875 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON()
2089 setOperationAction(ISD::SETCC, VT, Default); in addTypeForFixedLengthSVE()
3623 if (Opcode == ISD::SETCC) { in canEmitConjunction()
3684 if (Opcode == ISD::SETCC) { in emitConjunctionRec()
6766 case ISD::SETCC: in LowerOperation()
10282 if (N->getOpcode() != ISD::SETCC) in performOrXorChainCombine()
10755 if (CCVal.getOpcode() == ISD::SETCC) { in LowerSELECT()
18508 N->getOperand(0)->getOperand(0)->getOpcode() != ISD::SETCC || in performVectorCompareAndMaskUnaryOpCombine()
19015 if (SetCC.getOpcode() == ISD::SETCC && in performANDSETCCCombine()
19151 if ((N.getOpcode() == ISD::SETCC) || in isPredicateCCSettingOp()
19746 if (Op.getOpcode() == ISD::SETCC) { in isSetCC()
21557 N->getOperand(0)->getOpcode() == ISD::SETCC); in performSignExtendSetCCCombine()
21608 N->getOperand(0)->getOpcode() == ISD::SETCC) in performExtendCombine()
22732 if (Op.getOpcode() == ISD::SETCC || Op.getOpcode() == ISD::TRUNCATE) in tryGetOriginalBoolVectorType()
23856 return DAG.getNode(ISD::SETCC, DL, UseMVT.changeVectorElementType(MVT::i1), in tryToWidenSetCCOperands()
23879 assert(N->getOpcode() == ISD::SETCC && "Unexpected opcode!"); in performSETCCCombine()
23918 return DAG.getNode(ISD::SETCC, DL, VT, TST, RHS, N->getOperand(2)); in performSETCCCombine()
24172 if (SetCC.getOpcode() != ISD::SETCC || !SetCC.hasOneUse()) in trySwapVSelectOperands()
24219 if (SetCC.getOpcode() == ISD::SETCC && in performVSelectCombine()
24248 if (N0.getOpcode() != ISD::SETCC || in performVSelectCombine()
24279 if (N0.getOpcode() != ISD::SETCC) in performSelectCombine()
24327 SDValue SetCC = DAG.getNode(ISD::SETCC, DL, CCVT, LHS, RHS, N0.getOperand(2)); in performSelectCombine()
25337 case ISD::SETCC: in PerformDAGCombine()