Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1337 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1338 if (!MHSt) { in ParseOperation()
1347 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperation()
1359 } else if (DagRecTy *InDagTy = dyn_cast<DagRecTy>(MHSt->getType())) { in ParseOperation()
1472 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1473 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()
1477 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
1479 MHSt->getType()->getAsString() + "'"); in ParseOperation()
1494 if (!MHSt && !RHSt) { in ParseOperation()
1505 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
[all …]
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1420 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation() local
1421 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()
1425 if (MHSt && !isa<ListRecTy>(MHSt->getType())) { in ParseOperation()
1427 MHSt->getType()->getAsString() + "'"); in ParseOperation()
1442 if (!MHSt && !RHSt) { in ParseOperation()
1453 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation() local
1454 MHSTy = MHSt->getType(); in ParseOperation()
1700 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperationForEachFilter() local
1701 if (!MHSt) { in ParseOperationForEachFilter()
1710 if (ListRecTy *InListTy = dyn_cast<ListRecTy>(MHSt->getType())) { in ParseOperationForEachFilter()
[all …]
/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()