Searched refs:typePairInSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 160 (Is64Bit && typePairInSet(0, 1, {{s64, s1}})(Query)); in X86LegalizerInfo() 221 (Is64Bit && typePairInSet(0, 1, {{s64, s8}})(Query)); in X86LegalizerInfo() 342 return typePairInSet(0, 1, {{p0, s32}})(Query) || in X86LegalizerInfo() 458 (typePairInSet(0, 1, {{s32, s32}})(Query) || in X86LegalizerInfo() 461 (typePairInSet(0, 1, {{s64, s32}})(Query) || in X86LegalizerInfo() 472 (typePairInSet(0, 1, {{s32, s32}})(Query) || in X86LegalizerInfo() 475 (typePairInSet(0, 1, {{s32, s64}})(Query) || in X86LegalizerInfo() 488 return (HasAVX && typePairInSet(SubIdx, FullIdx, in X86LegalizerInfo() 493 (HasAVX512 && typePairInSet(SubIdx, FullIdx, in X86LegalizerInfo() 507 return (HasSSE1 && typePairInSet(1, 0, in X86LegalizerInfo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 274 typePairInSet(unsigned TypeIdx0, unsigned TypeIdx1, 505 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 514 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 531 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 42 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet() function in LegalityPredicates
|