/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 74 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function 75 Comdat *getComdat() { return ObjComdat; } in getComdat() function
|
D | GlobalValue.h | 206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 207 Comdat *getComdat(); 208 const Comdat *getComdat() const { in getComdat() function 209 return const_cast<GlobalValue *>(this)->getComdat(); in getComdat()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 70 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 71 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function 72 Comdat *getComdat() { return ObjComdat; } in getComdat() function
|
D | GlobalValue.h | 189 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 190 Comdat *getComdat(); 191 const Comdat *getComdat() const { in getComdat() function 192 return const_cast<GlobalValue *>(this)->getComdat(); in getComdat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 101 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function 102 Comdat *getComdat() { return ObjComdat; } in getComdat() function
|
D | GlobalValue.h | 225 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 226 const Comdat *getComdat() const; 227 Comdat *getComdat() { in getComdat() function 229 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 185 Comdat *C = F->getComdat(); in filterDeadComdatFunctions() 209 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions() 215 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions() 221 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions() 236 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
|
D | SplitModule.cpp | 120 if (const Comdat *C = GV.getComdat()) { in findPartitions() 237 if (const Comdat *C = GV->getComdat()) in isInPartition()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 89 if (Comdat *C = F.getComdat()) in run() 92 if (Comdat *C = GV.getComdat()) in run() 95 if (Comdat *C = GA.getComdat()) in run() 222 if (Comdat *C = G->getComdat()) { in GlobalIsNeeded()
|
D | Inliner.cpp | 619 if (const Comdat *C = F->getComdat()) { in removeDeadFunctions() 636 if (const Comdat *C = F.getComdat()) in removeDeadFunctions() 639 if (const Comdat *C = GV.getComdat()) in removeDeadFunctions() 642 if (const Comdat *C = GA.getComdat()) in removeDeadFunctions() 646 const Comdat *C = F->getComdat(); in removeDeadFunctions()
|
D | Internalize.cpp | 118 if (Comdat *C = GV.getComdat()) { in maybeInternalize() 145 Comdat *C = GV.getComdat(); in checkComdatVisibility()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 130 if (Comdat *C = GV.getComdat()) { in MarkLive() 153 if (Comdat *C = F.getComdat()) in run() 156 if (Comdat *C = GV.getComdat()) in run() 159 if (Comdat *C = GA.getComdat()) in run()
|
D | ThinLTOBitcodeWriter.cpp | 58 if (const auto *C = ExportGV.getComdat()) in promoteInternals() 74 if (auto *C = GO.getComdat()) { in promoteInternals() 246 if (const auto *C = GV.getComdat()) in splitAndWriteThinLTOBitcode() 267 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode() 299 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
|
D | Internalize.cpp | 118 if (Comdat *C = GV.getComdat()) { in maybeInternalize() 145 Comdat *C = GV.getComdat(); in checkComdatVisibility()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() 406 const Comdat *SC = GV.getComdat(); in addLazyFor() 424 Comdat *C = GV.getComdat(); in dropReplacedComdat() 503 if (const Comdat *SC = GV.getComdat()) in run() 508 if (const Comdat *SC = SF.getComdat()) in run() 513 if (const Comdat *SC = GA.getComdat()) in run() 532 const Comdat *SC = GV->getComdat(); in run()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() 435 const Comdat *SC = GV.getComdat(); in addLazyFor() 453 Comdat *C = GV.getComdat(); in dropReplacedComdat() 532 if (const Comdat *SC = GV.getComdat()) in run() 537 if (const Comdat *SC = SF.getComdat()) in run() 542 if (const Comdat *SC = GA.getComdat()) in run() 561 const Comdat *SC = GV->getComdat(); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
D | TargetLoweringObjectFileImpl.cpp | 325 const Comdat *C = GV->getComdat(); in getELFComdat() 535 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 734 const Comdat *C = GV->getComdat(); in checkMachOComdat() 1046 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF() 1055 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF() 1063 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF() 1209 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 1453 const Comdat *C = GV->getComdat(); in getWasmComdat()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
D | TargetLoweringObjectFileImpl.cpp | 196 const Comdat *C = GV->getComdat(); in getELFComdat() 336 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 536 const Comdat *C = GV->getComdat(); in checkMachOComdat() 847 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF() 856 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF() 864 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF() 1004 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 141 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue 145 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat() 151 return cast<GlobalObject>(this)->getComdat(); in getComdat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 166 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue 170 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat() 176 return cast<GlobalObject>(this)->getComdat(); in getComdat()
|
D | Comdat.cpp | 35 return wrap(G->getComdat()); in LLVMGetComdat()
|
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 100 if (const Comdat *C = GV.getComdat()) { in findPartitions() 213 if (const Comdat *C = GV->getComdat()) in isInPartition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 621 Comdat *C = F.getComdat(); in canRenameComdat() 657 Comdat *OrigComdat = F.getComdat(); in renameComdatFunction() 1374 if (Comdat *C = F.getComdat()) in collectComdatMembers() 1377 if (Comdat *C = GV.getComdat()) in collectComdatMembers() 1380 if (Comdat *C = GA.getComdat()) in collectComdatMembers()
|