Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h156 VariableDeclarationList *getGlobalPool() { in getGlobalPool() function
DIceTargetLoweringARM32.cpp895 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation()
898 Func->getGlobalPool()->willNotBeEmitted(Global); in createGotoffRelocation()
901 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation()
905 Func->getGlobalPool(), Global, {RelocOffset::create(Ctx, 0)}, in createGotoffRelocation()
DIceTargetLoweringX86BaseImpl.h6168 auto *Mask = VariableDeclaration::create(Func->getGlobalPool());
6172 Func->getGlobalPool(), Initializer, NumElements));
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1404 auto globalPool = ::function->getGlobalPool(); in createConstantVector()