Lines Matching refs:TheKey
757 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type)); in get() local
759 UnOpInit *&I = ThePool[TheKey]; in get()
896 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs), in get() local
899 BinOpInit *&I = ThePool[TheKey]; in get()
1034 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc, in get() local
1040 TernOpInit *&I = ThePool[TheKey]; in get()
1331 Key TheKey(std::make_pair(T, VN)); in get() local
1333 VarInit *&I = ThePool[TheKey]; in get()
1418 Key TheKey(std::make_pair(T, B)); in get() local
1420 VarBitInit *&I = ThePool[TheKey]; in get()
1444 Key TheKey(std::make_pair(T, E)); in get() local
1446 VarListElementInit *&I = ThePool[TheKey]; in get()
1511 Key TheKey(std::make_pair(R, FN)); in get() local
1513 FieldInit *&I = ThePool[TheKey]; in get()