Home
last modified time | relevance | path

Searched refs:MHSt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp1234 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1235 if (!MHSt) { in ParseOperation()
1244 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperation()
1256 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1369 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1370 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()
1374 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
1376 MHSt->getType()->getAsString() + "'"); in ParseOperation()
1391 if (!MHSt && !RHSt) { in ParseOperation()
1402 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp926 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS); in ParseOperation() local
932 if (MHSt == 0 && RHSt == 0) { in ParseOperation()
949 } else if (MHSt != 0 && RHSt != 0) { in ParseOperation()
950 MHSTy = MHSt->getType(); in ParseOperation()
970 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS); in ParseOperation() local
971 if (MHSt == 0) { in ParseOperation()
975 Type = MHSt->getType(); in ParseOperation()
/external/llvm/lib/TableGen/
DTGParser.cpp1023 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
1024 MHSTy = MHSt->getType(); in ParseOperation()
1059 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1060 if (!MHSt) { in ParseOperation()
1064 Type = MHSt->getType(); in ParseOperation()