Home
last modified time | relevance | path

Searched refs:setIsConstant (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp97 RzArray->setIsConstant(true); in instrumentGlobals()
98 RzSizes->setIsConstant(true); in instrumentGlobals()
172 RzLeft->setIsConstant(Global->getIsConstant()); in instrumentGlobals()
173 NewGlobal->setIsConstant(Global->getIsConstant()); in instrumentGlobals()
174 RzRight->setIsConstant(Global->getIsConstant()); in instrumentGlobals()
DIceGlobalInits.h423 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant() function
DIceGlobalContext.cpp367 Revision->setIsConstant(true); in GlobalContext()
540 ProfileBlockInfoVarDecl->setIsConstant(true); in lowerProfileData()
DIceConverter.cpp896 Var->setIsConstant(GV->isConstant()); in installGlobalDeclarations()
DIceCfg.cpp156 Var->setIsConstant(true); in createNodeNameDeclaration()
DPNaClTranslator.cpp1170 CurGlobalVar->setIsConstant(Values[1] != 0); in ProcessRecord()
DIceTargetLoweringARM32.cpp896 Global->setIsConstant(true); in createGotoffRelocation()
903 Gotoff->setIsConstant(true); in createGotoffRelocation()
DIceTargetLoweringX86BaseImpl.h6170 Mask->setIsConstant(true);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp1152 Variable->setIsConstant(IsConstant); in addVariable()
DSPIRVInstruction.h482 void setIsConstant(bool Is) { in setIsConstant() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1486 variableDeclaration->setIsConstant(true); in createConstantVector()