Home
last modified time | relevance | path

Searched refs:LISTCONCAT (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1112 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()
DRecord.cpp891 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/
DTGParser.cpp1120 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()
DRecord.cpp909 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/
DTGParser.cpp897 Code = BinOpInit::LISTCONCAT; in ParseOperation()
945 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) { in ParseOperation()
DRecord.cpp823 case LISTCONCAT: { in Fold()
909 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
/external/llvm/include/llvm/TableGen/
DRecord.h801 enum BinaryOp : uint8_t { ADD, AND, SHL, SRA, SRL, LISTCONCAT, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h803 enum BinaryOp : uint8_t { ADD, MUL, AND, OR, SHL, SRA, SRL, LISTCONCAT, enumerator
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h775 enum BinaryOp : uint8_t { ADD, SUB, MUL, AND, OR, XOR, SHL, SRA, SRL, LISTCONCAT, enumerator