Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h46 bool LegalOnly = false) const {
47 return TLI.isOperationLegalOrCustom(Op, VT, LegalOnly);
169 bool LegalOnly = false) const {
171 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1324 bool LegalOnly = false) const {
1325 if (LegalOnly)
1338 bool LegalOnly = false) const {
1339 if (LegalOnly)
1352 bool LegalOnly = false) const {
1353 if (LegalOnly)
1511 bool LegalOnly) const { in canCombineTruncStore() argument
1512 if (LegalOnly) in canCombineTruncStore()