Searched refs:TheKey (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 729 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type)); in get() local 731 UnOpInit *&I = ThePool[TheKey]; in get() 878 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs), in get() local 881 BinOpInit *&I = ThePool[TheKey]; in get() 996 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc, in get() local 1002 TernOpInit *&I = ThePool[TheKey]; in get() 1305 Key TheKey(std::make_pair(T, VN)); in get() local 1307 VarInit *&I = ThePool[TheKey]; in get() 1401 Key TheKey(std::make_pair(T, B)); in get() local 1403 VarBitInit *&I = ThePool[TheKey]; in get() [all …]
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1282 Key TheKey(std::make_pair(T, VN)); in get() local 1284 std::unique_ptr<VarInit> &I = ThePool[TheKey]; in get() 1357 Key TheKey(std::make_pair(T, B)); in get() local 1359 std::unique_ptr<VarBitInit> &I = ThePool[TheKey]; in get() 1388 Key TheKey(std::make_pair(T, E)); in get() local 1390 std::unique_ptr<VarListElementInit> &I = ThePool[TheKey]; in get() 1459 Key TheKey(std::make_pair(R, FN)); in get() local 1461 std::unique_ptr<FieldInit> &I = ThePool[TheKey]; in get()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1425 Key TheKey(std::make_pair(T, VN)); in get() local 1427 VarInit *&I = ThePool[TheKey]; in get() 1454 Key TheKey(std::make_pair(T, B)); in get() local 1456 VarBitInit *&I = ThePool[TheKey]; in get() 1479 Key TheKey(std::make_pair(T, E)); in get() local 1481 VarListElementInit *&I = ThePool[TheKey]; in get() 1661 Key TheKey(std::make_pair(R, FN)); in get() local 1663 FieldInit *&I = ThePool[TheKey]; in get()
|