/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 119 Before->getParent()->getGlobalList().insert(Before, this); in GlobalVariable() 121 M.getGlobalList().push_back(this); in GlobalVariable() 133 getParent()->getGlobalList().remove(this); in removeFromParent() 137 getParent()->getGlobalList().erase(this); in eraseFromParent()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 255 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable() 257 M.getGlobalList().push_back(this); in GlobalVariable() 265 getParent()->getGlobalList().remove(getIterator()); in removeFromParent() 269 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 345 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable() 347 M.getGlobalList().push_back(this); in GlobalVariable() 351 getParent()->getGlobalList().remove(getIterator()); in removeFromParent() 355 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ModuleTest.cpp | 46 M.getGlobalList().sort(compare); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 424 const GlobalListType &getGlobalList() const { return GlobalList; } 426 GlobalListType &getGlobalList() { return GlobalList; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 52 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
|
/external/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 53 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 488 const GlobalListType &getGlobalList() const { return GlobalList; } 490 GlobalListType &getGlobalList() { return GlobalList; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Module.h | 510 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function 512 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 136 M.getGlobalList().erase(DeadGlobalVars[i]); in runOnModule()
|
D | GlobalOpt.cpp | 506 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() 956 GV->getParent()->getGlobalList().insert(GV, InitBool); in OptimizeGlobalAddressOfMalloc() 1639 GV->getParent()->getGlobalList().insert(GV, NewGV); in TryToShrinkGlobalToBoolean() 2036 GCL->getParent()->getGlobalList().insert(GCL, NGV); in InstallGlobalCtors()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 179 M.getGlobalList().erase(GV); in run()
|
D | GlobalOpt.cpp | 443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() 899 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc() 1582 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
|
D | WholeProgramDevirt.cpp | 326 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 112 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 471 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() 943 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc() 1629 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
|
D | WholeProgramDevirt.cpp | 663 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 853 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals() 912 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 898 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals() 958 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1905 M.getGlobalList().erase(GV); in runIPSCCP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 2013 M.getGlobalList().erase(GV); in runIPSCCP()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 552 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 2101 M.getGlobalList().erase(GV); in runOnModule()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 706 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 900 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()
|