Home
last modified time | relevance | path

Searched refs:isConstant (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp86 if (GV.isConstant()) { in getEncodedProperties()
137 if (mSkipConstants && GV.isConstant()) { in runOnModule()
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp340 bool isConstant(TestOperandLifeTime lifetime) { in isConstant() function
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2214 bool isConstant = Record[1]; in ParseModule() local
2237 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr, in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2481 bool isConstant = Record[1]; in ParseModule() local
2504 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr, in ParseModule()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp474 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp472 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp485 Vals.push_back(GV.isConstant()); in WriteModuleInfo()