Searched refs:typePairInSet (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LegalizerInfo.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 273 typePairInSet(unsigned TypeIdx0, unsigned TypeIdx1, 519 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 537 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 554 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 42 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet() function in LegalityPredicates
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 539 return (HasAVX && typePairInSet(SubIdx, FullIdx, in X86LegalizerInfo() 544 (HasAVX512 && typePairInSet(SubIdx, FullIdx, in X86LegalizerInfo()
|