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);
DIceGlobalContext.h397 void lowerGlobals(const std::string &SectionSuffix);
563 lowerGlobals(NoSuffix); in lowerGlobalsIfNoCodeHasBeenSeen()
DIceCompiler.cpp163 Ctx.lowerGlobals("last"); in run()
DIceGlobalContext.cpp494 void GlobalContext::lowerGlobals(const std::string &SectionSuffix) { in lowerGlobals() function in Ice::GlobalContext
522 DataLowering->lowerGlobals(Globals, SectionSuffix); in lowerGlobals()
564 lowerGlobals(ProfileDataSection); in lowerProfileData()
DIceTargetLowering.h624 virtual void lowerGlobals(const VariableDeclarationList &Vars,
DIceConverter.cpp914 lowerGlobals(std::move(GlobalDeclarationsPool)); in convertGlobals()
DIceTargetLoweringMIPS32.h939 void lowerGlobals(const VariableDeclarationList &Vars,
DIceTargetLoweringARM32.h1398 void lowerGlobals(const VariableDeclarationList &Vars,
DWasmTranslator.cpp1623 lowerGlobals(std::move(Globals)); in translate()
DIceTargetLoweringX86Base.h1229 void lowerGlobals(const VariableDeclarationList &Vars,
DPNaClTranslator.cpp3031 getTranslator().lowerGlobals(std::move(Globals)); in installGlobalNamesAndGlobalVarInitializers()
DIceTargetLoweringMIPS32.cpp5745 void TargetDataMIPS32::lowerGlobals(const VariableDeclarationList &Vars, in lowerGlobals() function in Ice::MIPS32::TargetDataMIPS32
DIceTargetLoweringARM32.cpp7224 void TargetDataARM32::lowerGlobals(const VariableDeclarationList &Vars, in lowerGlobals() function in Ice::ARM32::TargetDataARM32
DIceTargetLoweringX86BaseImpl.h8543 void TargetDataX86<TraitsType>::lowerGlobals(
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp600 ::context->lowerGlobals("last"); in acquireRoutine()