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.h45 bool LegalOnly = false) const {
46 return TLI.isOperationLegalOrCustom(Op, VT, LegalOnly);
170 bool LegalOnly = false) const {
172 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1354 bool LegalOnly = false) const {
1355 if (LegalOnly)
1368 bool LegalOnly = false) const {
1369 if (LegalOnly)
1382 bool LegalOnly = false) const {
1383 if (LegalOnly)
1541 bool LegalOnly) const { in canCombineTruncStore() argument
1542 if (LegalOnly) in canCombineTruncStore()