Searched refs:LISTCONCAT (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 1112 case tgtok::XListConcat: Code = BinOpInit::LISTCONCAT; break; in ParseOperation() 1188 case BinOpInit::LISTCONCAT: in ParseOperation() 1272 if (Code == BinOpInit::LISTCONCAT) in ParseOperation() 1280 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT || in ParseOperation()
|
D | Record.cpp | 891 return BinOpInit::get(BinOpInit::LISTCONCAT, LHS, RHS, LHS->getType()); in getListConcat() 932 case LISTCONCAT: { in Fold() 1072 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGParser.cpp | 1120 case tgtok::XListConcat: Code = BinOpInit::LISTCONCAT; break; in ParseOperation() 1208 case BinOpInit::LISTCONCAT: in ParseOperation() 1330 if (Code == BinOpInit::LISTCONCAT) in ParseOperation() 1338 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT || in ParseOperation()
|
D | Record.cpp | 909 return BinOpInit::get(BinOpInit::LISTCONCAT, LHS, RHS, LHS->getType()); in getListConcat() 946 case LISTCONCAT: { in Fold() 1118 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 897 Code = BinOpInit::LISTCONCAT; in ParseOperation() 945 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) { in ParseOperation()
|
D | Record.cpp | 823 case LISTCONCAT: { in Fold() 909 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 801 enum BinaryOp : uint8_t { ADD, AND, SHL, SRA, SRL, LISTCONCAT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 803 enum BinaryOp : uint8_t { ADD, MUL, AND, OR, SHL, SRA, SRL, LISTCONCAT, enumerator
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 775 enum BinaryOp : uint8_t { ADD, SUB, MUL, AND, OR, XOR, SHL, SRA, SRL, LISTCONCAT, enumerator
|