Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h41 std::vector<unsigned> union_modes(const InfoByHwMode<InfoT> &A, in union_modes() function
DCodeGenDAGPatterns.cpp455 std::vector<unsigned> Modes = union_modes(Small, Big); in EnforceSmallerThan()
558 for (unsigned M : union_modes(Vec, Elem)) { in EnforceVectorEltTypeIs()
641 for (unsigned M : union_modes(Vec, Sub)) { in EnforceVectorSubVectorTypeIs()
681 for (unsigned M : union_modes(V, W)) { in EnforceSameNumElts()
715 for (unsigned M : union_modes(A, B)) { in EnforceSameSize()