Searched refs:isConstant (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSGlobalInfoPass.cpp | 86 if (GV.isConstant()) { in getEncodedProperties() 137 if (mSkipConstants && GV.isConstant()) { in runOnModule()
|
/frameworks/ml/nn/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 340 bool isConstant(TestOperandLifeTime lifetime) { in isConstant() function
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2214 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/ |
D | BitcodeReader.cpp | 2481 bool isConstant = Record[1]; in ParseModule() local 2504 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr, in ParseModule()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 474 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 472 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 485 Vals.push_back(GV.isConstant()); in WriteModuleInfo()
|