Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DInfoByHwMode.h40 std::vector<unsigned> union_modes(const InfoByHwMode<InfoT> &A, in union_modes() function
DCodeGenDAGPatterns.cpp473 std::vector<unsigned> Modes = union_modes(Small, Big); in EnforceSmallerThan()
580 for (unsigned M : union_modes(Vec, Elem)) { in EnforceVectorEltTypeIs()
663 for (unsigned M : union_modes(Vec, Sub)) { in EnforceVectorSubVectorTypeIs()
703 for (unsigned M : union_modes(V, W)) { in EnforceSameNumElts()
737 for (unsigned M : union_modes(A, B)) { in EnforceSameSize()