Home
last modified time | relevance | path

Searched refs:EntryPointInst (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h40 class EntryPointInst; variable
233 std::vector<EntryPointInst *> mEntryPointInsts;
246 ContainerDeleter<std::vector<EntryPointInst *>> mEntryPointInstsDeleter;
293 EntryPointInst *getInstruction() const { return mEntryPointInst; } in getInstruction()
302 EntryPointInst *mEntryPointInst;
Dmodule_test.cpp77 EXPECT_EQ(1, countEntity<EntryPointInst>(m)); in TEST_F()
Dbuilder_test.cpp173 EXPECT_EQ(1, countEntity<EntryPointInst>(m)); in TEST()
Dmodule.cpp457 if ((mEntryPointInst = Deserialize<EntryPointInst>(IS))) { in DeserializeInternal()