Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1398 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1399 if (!RHSt) { in ParseOperation()
1403 OutType = RHSt->getType()->getListTy(); in ParseOperation()
1483 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1484 if (!RHSt && !isa<UnsetInit>(RHS)) { in ParseOperation()
1488 if (RHSt && StringRecTy::get()->getListTy() != RHSt->getType()) { in ParseOperation()
1490 RHSt->getType()->getAsString() + "'"); in ParseOperation()
1494 if (!MHSt && !RHSt) { in ParseOperation()
1512 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
1513 RHSTy = RHSt->getType(); in ParseOperation()
[all …]
/external/llvm/lib/TableGen/
DTGParser.cpp1030 if (TypedInit *RHSt = dyn_cast<TypedInit>(RHS)) in ParseOperation() local
1031 RHSTy = RHSt->getType(); in ParseOperation()
1068 TypedInit *RHSt = dyn_cast<TypedInit>(RHS); in ParseOperation() local
1069 if (!RHSt) { in ParseOperation()
1073 Type = RHSt->getType(); in ParseOperation()