Searched refs:STRCONCAT (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 835 case STRCONCAT: { in Fold() 910 case STRCONCAT: Result = "!strconcat"; break; in getAsString() 1930 BinOpInit::get(BinOpInit::STRCONCAT, in QualifyName() 1931 BinOpInit::get(BinOpInit::STRCONCAT, in QualifyName() 1940 BinOpInit::get(BinOpInit::STRCONCAT, in QualifyName() 1941 BinOpInit::get(BinOpInit::STRCONCAT, in QualifyName()
|
D | TGParser.cpp | 901 Code = BinOpInit::STRCONCAT; in ParseOperation() 945 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) { in ParseOperation() 1240 BinOpInit::get(BinOpInit::STRCONCAT, in ParseSimpleValue() 1577 Result = BinOpInit::get(BinOpInit::STRCONCAT, LHS, RHS, in ParseValue() 2337 BinOpInit::get(BinOpInit::STRCONCAT, in InstantiateMulticlassDef()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 268 if (BO->getOpcode() == BinOpInit::STRCONCAT) { in convertValue() 273 return BinOpInit::get(BinOpInit::STRCONCAT, L, R, new StringRecTy); in convertValue() 911 case STRCONCAT: { in Fold() 977 case STRCONCAT: Result = "!strconcat"; break; in getAsString()
|
D | TGParser.cpp | 820 Code = BinOpInit::STRCONCAT; in ParseOperation() 851 if (Code == BinOpInit::STRCONCAT) { in ParseOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 842 return BinOpInit::get(BinOpInit::STRCONCAT, I0, I1, StringRecTy::get()); in getStrConcat() 885 case STRCONCAT: { in Fold() 989 case STRCONCAT: Result = "!strconcat"; break; in getAsString()
|
D | TGParser.cpp | 1061 case tgtok::XStrConcat: Code = BinOpInit::STRCONCAT; break; in ParseOperation() 1178 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT || in ParseOperation()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 802 STRCONCAT, CONCAT, EQ }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 802 STRCONCAT, CONCAT, EQ, NE, LE, LT, GE, GT }; enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 954 enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator
|