Searched refs:LegalOperations (Results 1 – 3 of 3) sorted by relevance
596 if (LegalOperations) in hasOperation()718 if (!LegalOperations) in isNegatibleForFree()1158 if (!LegalOperations) in PromoteIntBinOp()1223 if (!LegalOperations) in PromoteIntShiftOp()1273 if (!LegalOperations) in PromoteExtend()1301 if (!LegalOperations) in PromoteLoad()4227 if (LegalOperations && in isAndLoadExtLoad()4830 if (!LegalOperations) in MatchBSwapHWordLow()5037 if (!LegalOperations) in MatchBSwapHWord()16490 if (LegalOperations) in convertBuildVecZextToZext()[all …]
1279 if (!TLO.LegalOperations() && !VT.isVector() && !SrcVT.isVector() && in SimplifyDemandedBits()
2870 bool LegalOperations() const { return LegalOps; } in LegalOperations() function