/external/swiftshader/third_party/subzero/src/ |
IceThreading.cpp | 23 : Sequence(Seq), Kind(WI_Nop), GlobalInits(nullptr), Function(nullptr), 27 : Sequence(Seq), Kind(WI_GlobalInits), GlobalInits(std::move(D)), 30 : Sequence(Seq), Kind(WI_Asm), GlobalInits(nullptr), Function(std::move(A)), 33 : Sequence(Seq), Kind(WI_Cfg), GlobalInits(nullptr), Function(nullptr), 39 GlobalInits = std::move(GloblInits); 45 return std::move(GlobalInits);
|
IceCfg.h | 148 return std::move(GlobalInits); 151 if (GlobalInits == nullptr) { 152 GlobalInits.reset(new VariableDeclarationList); 154 GlobalInits->push_back(Global); 157 if (GlobalInits == nullptr) { 158 GlobalInits.reset(new VariableDeclarationList); 160 return GlobalInits.get(); 339 std::unique_ptr<VariableDeclarationList> GlobalInits;
|
IceThreading.h | 194 std::unique_ptr<VariableDeclarationList> GlobalInits;
|
IceCfg.cpp | 154 auto *Var = VariableDeclaration::create(GlobalInits.get()); 158 GlobalInits.get(), NodeAsmName.data(), NodeAsmName.size() + 1)); 161 GlobalInits->push_back(Var); 166 auto *Var = VariableDeclaration::create(GlobalInits.get()); 170 GlobalInits.get(), Int64ByteSize)); 174 GlobalInits.get(), NodeNameDeclaration, 177 GlobalInits->push_back(Var); 181 if (GlobalInits == nullptr) 182 GlobalInits.reset(new VariableDeclarationList()); 187 createBlockProfilingInfoDeclaration(NodeAsmName, GlobalInits->back()) [all...] |
IceASanInstrumentation.cpp | 130 std::vector<VariableDeclaration::Initializer *> GlobalInits = 132 for (VariableDeclaration::Initializer *Init : GlobalInits) {
|
IceGlobalContext.cpp | 437 std::unique_ptr<VariableDeclarationList> GlobalInits = 441 Item->setGlobalInits(std::move(GlobalInits)); [all...] |
/external/llvm/lib/Transforms/IPO/ |
LowerTypeTests.cpp | 499 std::vector<Constant *> GlobalInits; 502 GlobalInits.push_back(G->getInitializer()); 513 GlobalInits.push_back( 516 if (!GlobalInits.empty()) 517 GlobalInits.pop_back(); 518 Constant *NewInit = ConstantStruct::getAnon(M->getContext(), GlobalInits); [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
BitcodeReader.h | 139 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInits;
|
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 201 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInits; [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 443 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInits; [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 207 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInits; [all...] |