Searched refs:ProfileDagInit (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 1545 void ProfileDagInit(FoldingSetNodeID &ID, in ProfileDagInit() function 1571 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 1603 ProfileDagInit(ID, Val, ValName, Args, ArgNames); in Profile()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1501 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, const std::string &VN, in ProfileDagInit() function 1525 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 1552 ProfileDagInit(ID, Val, ValName, Args, ArgNames); in Profile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1696 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit() function 1718 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 1749 …ProfileDagInit(ID, Val, ValName, makeArrayRef(getTrailingObjects<Init *>(), NumArgs), makeArrayRef… in Profile()
|