Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h156 VariableDeclarationList *getGlobalPool() { in getGlobalPool() function
DIceTargetLoweringARM32.cpp894 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation()
897 Func->getGlobalPool()->willNotBeEmitted(Global); in createGotoffRelocation()
900 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation()
904 Func->getGlobalPool(), Global, {RelocOffset::create(Ctx, 0)}, in createGotoffRelocation()
DIceTargetLoweringX86BaseImpl.h6237 auto *Mask = VariableDeclaration::create(Func->getGlobalPool());
6241 Func->getGlobalPool(), Initializer, NumElements));