Searched refs:LegalTypes (Results 1 – 5 of 5) sorted by relevance
123 bool LegalTypes = false; member in __anon03ecab350111::DAGCombiner617 if (!LegalTypes) return true; in isTypeLegal()1384 LegalTypes = Level >= AfterLegalizeTypes; in Run()3858 if (HandOpcode == ISD::ANY_EXTEND && LegalTypes && in hoistLogicOpWithSameOpcodeHands()10078 if (!LegalTypes && in visitBITCAST()12497 if (LegalTypes) in rebuildSetCC()16517 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()16555 if (!LegalTypes || TLI.isTypeLegal(NewVT)) { in visitBUILD_VECTOR()16566 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()18187 if (LegalTypes && isa<ShuffleVectorSDNode>(LHS) && in SimplifyVBinOp()[all …]
1044 if (TLO.LegalTypes() && !ShiftAmtTy.isVector()) in SimplifyDemandedBits()1197 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits()1205 if (TLO.LegalTypes()) { in SimplifyDemandedBits()
707 bool LegalTypes) const { in getShiftAmountTy()711 return LegalTypes ? getScalarShiftAmountTy(DL, LHSTy) in getShiftAmountTy()
748 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); in expandOverloads() local751 expandOverloads(I.second, LegalTypes); in expandOverloads()805 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local809 LegalTypes.insert(I.second); in getLegalTypes()
259 bool LegalTypes = true) const;2869 bool LegalTypes() const { return LegalTys; } in LegalTypes() function