Home
last modified time | relevance | path

Searched refs:LegalOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1277 bool LegalOnly = false) const {
1278 if (LegalOnly)
1291 bool LegalOnly = false) const {
1292 if (LegalOnly)
1305 bool LegalOnly = false) const {
1306 if (LegalOnly)
1442 bool LegalOnly) const { in canCombineTruncStore() argument
1443 if (LegalOnly) in canCombineTruncStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp913 bool LegalOnly = false) const { in isOperationLegalOrCustom() argument
914 return TLI.isOperationLegalOrCustom(Op, VT, LegalOnly); in isOperationLegalOrCustom()
1021 bool LegalOnly = false) const { in isOperationLegalOrCustom() argument
1023 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly); in isOperationLegalOrCustom()