Searched refs:getGlobalPool (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.h | 156 VariableDeclarationList *getGlobalPool() { in getGlobalPool() function
|
D | IceTargetLoweringARM32.cpp | 842 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation() 845 Func->getGlobalPool()->willNotBeEmitted(Global); in createGotoffRelocation() 848 VariableDeclaration::create(Func->getGlobalPool(), SuppressMangling); in createGotoffRelocation() 852 Func->getGlobalPool(), Global, {RelocOffset::create(Ctx, 0)}, in createGotoffRelocation()
|
D | IceTargetLoweringX8664.cpp | 5165 auto *Mask = VariableDeclaration::create(Func->getGlobalPool()); in lowerShuffleVector_CreatePshufbMask() 5169 Func->getGlobalPool(), Initializer, NumElements)); in lowerShuffleVector_CreatePshufbMask()
|
D | IceTargetLoweringX8632.cpp | 5755 auto *Mask = VariableDeclaration::create(Func->getGlobalPool()); in lowerShuffleVector_CreatePshufbMask() 5759 Func->getGlobalPool(), Initializer, NumElements)); in lowerShuffleVector_CreatePshufbMask()
|