Home
last modified time | relevance | path

Searched refs:LISTSPLAT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp895 return BinOpInit::get(BinOpInit::LISTSPLAT, LHS, RHS, LHS->getType()); in getListSplat()
943 case LISTSPLAT: { in Fold()
1073 case LISTSPLAT: Result = "!listsplat"; break; in getAsString()
DTGParser.cpp1113 case tgtok::XListSplat: Code = BinOpInit::LISTSPLAT; break; in ParseOperation()
1195 case BinOpInit::LISTSPLAT: in ParseOperation()
1275 if (Code == BinOpInit::LISTSPLAT) in ParseOperation()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1121 case tgtok::XListSplat: Code = BinOpInit::LISTSPLAT; break; in ParseOperation()
1215 case BinOpInit::LISTSPLAT: in ParseOperation()
1333 if (Code == BinOpInit::LISTSPLAT) in ParseOperation()
DRecord.cpp957 case LISTSPLAT: { in Fold()
1119 case LISTSPLAT: Result = "!listsplat"; break; in getAsString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h804 LISTSPLAT, STRCONCAT, CONCAT, EQ, NE, LE, LT, GE, enumerator
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h776 LISTSPLAT, STRCONCAT, INTERLEAVE, CONCAT, EQ, enumerator