Searched refs:ProfileDagInit (Results 1 – 3 of 3) sorted by relevance
/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-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1913 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit() function 1935 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 1966 …ProfileDagInit(ID, Val, ValName, makeArrayRef(getTrailingObjects<Init *>(), NumArgs), makeArrayRef… in Profile()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1999 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit() function 2021 ProfileDagInit(ID, V, VN, ArgRange, NameRange); in get() 2052 …ProfileDagInit(ID, Val, ValName, makeArrayRef(getTrailingObjects<Init *>(), NumArgs), makeArrayRef… in Profile()
|