Home
last modified time | relevance | path

Searched refs:LegalOperations (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp596 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 …]
H A DTargetLowering.cpp1279 if (!TLO.LegalOperations() && !VT.isVector() && !SrcVT.isVector() && in SimplifyDemandedBits()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2870 bool LegalOperations() const { return LegalOps; } in LegalOperations() function