Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp1064 if (ListInit *MHSl = dyn_cast<ListInit>(MHS)) { in ForeachHelper() local
1065 SmallVector<Init *, 8> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()
1140 ListInit *MHSl = dyn_cast<ListInit>(MHS); in Fold() local
1142 bool MHSok = MHSl || isa<UnsetInit>(MHS); in Fold()
1148 if (MHSok && RHSok && (!MHSl || !RHSl || MHSl->size() == RHSl->size())) { in Fold()
1150 unsigned Size = MHSl ? MHSl->size() : RHSl->size(); in Fold()
1152 Init *Node = MHSl ? MHSl->getElement(i) : UnsetInit::get(); in Fold()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp1058 ListInit *MHSl = dynamic_cast<ListInit*>(MHS); in ForeachHelper() local
1075 if ((MHSd && DagType) || (MHSl && ListType)) { in ForeachHelper()
1104 if (MHSl) { in ForeachHelper()
1106 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()
1129 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()
/external/llvm/lib/TableGen/
DRecord.cpp1016 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper() local
1017 if (MHSl && isa<ListRecTy>(Type)) { in ForeachHelper()
1019 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()
1037 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()