Searched refs:isBeforeLegalizeOps (Results 1 – 12 of 12) sorted by relevance
605 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedBits()2313 !DCI.isBeforeLegalizeOps()); in SimplifyDemandedVectorElts()3175 if (DCI.isBeforeLegalizeOps() || in foldSetCCWithAnd()3501 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()3510 (DCI.isBeforeLegalizeOps() || in SimplifySetCC()3739 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()3792 if (DCI.isBeforeLegalizeOps() || in SimplifySetCC()3910 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()3930 if ((DCI.isBeforeLegalizeOps() || in SimplifySetCC()3946 if (!VT.isVector() || DCI.isBeforeLegalizeOps()) { in SimplifySetCC()[all …]
568 if (DCI.isBeforeLegalizeOps()) in performDivRemCombine()677 if (DCI.isBeforeLegalizeOps()) in performSELECTCombine()758 if (DCI.isBeforeLegalizeOps()) in performCMovFPCombine()785 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performANDCombine()871 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasExtractInsert()) in performORCombine()1059 if (DCI.isBeforeLegalizeOps()) { in performSUBCombine()1074 if (DCI.isBeforeLegalizeOps()) { in performADDCombine()1109 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
1607 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()1623 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
11990 if (DCI.isBeforeLegalizeOps()) in performXorCombine()12203 if (DCI.isBeforeLegalizeOps()) in performMulCombine()12447 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFpToIntCombine()12450 assert((ResTy != MVT::v4i64 || DCI.isBeforeLegalizeOps()) && in performFpToIntCombine()12520 if (ResTy == MVT::v4i64 && DCI.isBeforeLegalizeOps()) in performFDivCombine()12738 if (DCI.isBeforeLegalizeOps()) in performSVEAndCombine()13080 if (DCI.isBeforeLegalizeOps()) in performConcatVectorsCombine()13172 if (DCI.isBeforeLegalizeOps()) in tryCombineFixedPointConvert()13482 if (DCI.isBeforeLegalizeOps()) in performAddSubLongCombine()13543 if (DCI.isBeforeLegalizeOps()) in tryCombineLongOpWithDup()[all …]
37713 if (!DCI.isBeforeLegalizeOps() && N0.hasOneUse()) { in combineTargetShuffle()39715 if (!DCI.isBeforeLegalizeOps()) in combineCastedMaskArithmetic()40548 if (DCI.isBeforeLegalizeOps()) in combineExtractWithShuffle()41401 !DCI.isBeforeLegalizeOps()); in combineVSelectToBLENDV()41524 if (CondConstantVector && DCI.isBeforeLegalizeOps()) { in combineSelect()42689 if (!DCI.isBeforeLegalize() && !DCI.isBeforeLegalizeOps()) { in combineCMov()44568 if (DCI.isBeforeLegalizeOps()) in combineAnd()44933 if (DCI.isBeforeLegalizeOps()) in combineOr()45444 if (RegVT.is256BitVector() && !DCI.isBeforeLegalizeOps() && in combineLoad()45941 St->getValue().hasOneUse() && !DCI.isBeforeLegalizeOps()) { in combineStore()[all …]
3510 bool isBeforeLegalizeOps() const { return Level < AfterLegalizeVectorOps; } in isBeforeLegalizeOps() function
1903 if (DCI.isBeforeLegalizeOps() || in PerformDAGCombine()
4070 !DCI.isBeforeLegalizeOps()); in PerformDAGCombine()
9286 if (VT != MVT::i64 || DCI.isBeforeLegalizeOps()) in performOrCombine()
2239 if (DCI.isBeforeLegalizeOps()) in PerformHvxDAGCombine()
3238 if (DCI.isBeforeLegalizeOps()) in PerformDAGCombine()
16826 bool LegalOps = !DCI.isBeforeLegalizeOps(); in combineFMALike()