Home
last modified time | relevance | path

Searched refs:lowerGlobals (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTranslator.cpp63 void Translator::lowerGlobals( in lowerGlobals() function in Ice::Translator
DIceTranslator.h57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
DIceCompiler.cpp163 Ctx.lowerGlobals("last"); in run()
DIceGlobalContext.h394 void lowerGlobals(const std::string &SectionSuffix);
553 lowerGlobals(NoSuffix); in lowerGlobalsIfNoCodeHasBeenSeen()
DIceGlobalContext.cpp485 void GlobalContext::lowerGlobals(const std::string &SectionSuffix) { in lowerGlobals() function in Ice::GlobalContext
503 DataLowering->lowerGlobals(Globals, SectionSuffix); in lowerGlobals()
DIceTargetLowering.h616 virtual void lowerGlobals(const VariableDeclarationList &Vars,
DIceConverter.cpp916 lowerGlobals(std::move(GlobalDeclarationsPool)); in convertGlobals()
DIceTargetLoweringMIPS32.h933 void lowerGlobals(const VariableDeclarationList &Vars,
DIceTargetLoweringARM32.h1391 void lowerGlobals(const VariableDeclarationList &Vars,
DWasmTranslator.cpp1624 lowerGlobals(std::move(Globals)); in translate()
DIceTargetLoweringX86Base.h1225 void lowerGlobals(const VariableDeclarationList &Vars,
DPNaClTranslator.cpp3031 getTranslator().lowerGlobals(std::move(Globals)); in installGlobalNamesAndGlobalVarInitializers()
DIceTargetLoweringMIPS32.cpp5713 void TargetDataMIPS32::lowerGlobals(const VariableDeclarationList &Vars, in lowerGlobals() function in Ice::MIPS32::TargetDataMIPS32
DIceTargetLoweringARM32.cpp7204 void TargetDataARM32::lowerGlobals(const VariableDeclarationList &Vars, in lowerGlobals() function in Ice::ARM32::TargetDataARM32
DIceTargetLoweringX86BaseImpl.h8366 void TargetDataX86<TraitsType>::lowerGlobals(
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1049 ::context->lowerGlobals(""); in acquireRoutine()
1069 ::context->lowerGlobals("last"); in acquireRoutine()