/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 119 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 120 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function 121 Comdat *getComdat() { return ObjComdat; } in getComdat() function
|
D | GlobalValue.h | 229 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 230 const Comdat *getComdat() const; 231 Comdat *getComdat() { in getComdat() function 233 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 197 Comdat *C = F->getComdat(); in filterDeadComdatFunctions() 221 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions() 227 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions() 233 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions() 248 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
|
D | FunctionImportUtils.cpp | 277 if (const auto *C = GV.getComdat()) in processGlobalForThinLTO() 309 if (auto *C = GO.getComdat()) { in processGlobalsForThinLTO()
|
D | SplitModule.cpp | 119 if (const Comdat *C = GV.getComdat()) { in findPartitions() 234 if (const Comdat *C = GV->getComdat()) in isInPartition()
|
D | CloneModule.cpp | 22 const Comdat *SC = Src->getComdat(); in copyComdat()
|
D | SymbolRewriter.cpp | 99 if (Comdat *CD = GO->getComdat()) { in rewriteComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 152 if (Comdat *C = GV.getComdat()) { in MarkLive() 296 if (Comdat *C = F.getComdat()) in run() 299 if (Comdat *C = GV.getComdat()) in run() 302 if (Comdat *C = GA.getComdat()) in run()
|
D | ThinLTOBitcodeWriter.cpp | 59 if (const auto *C = ExportGV.getComdat()) in promoteInternals() 75 if (auto *C = GO.getComdat()) { in promoteInternals() 256 if (const auto *C = GV.getComdat()) in splitAndWriteThinLTOBitcode() 277 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode() 309 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
|
D | Internalize.cpp | 115 if (Comdat *C = GV.getComdat()) { in maybeInternalize() 142 Comdat *C = GV.getComdat(); in checkComdatVisibility()
|
D | DeadArgumentElimination.cpp | 169 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 868 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
D | WholeProgramDevirt.cpp | 962 if (Comdat *C = TheFn->getComdat()) { in trySingleImplDevirt() 967 if (GO.getComdat() == C) in trySingleImplDevirt() 1530 NewGV->setComdat(B.GV->getComdat()); in rebuildGlobal()
|
D | GlobalOpt.cpp | 1780 if (const Comdat *C = GV.getComdat()) in deleteIfDead() 2942 if (const Comdat *C = GV.getComdat()) in optimizeGlobalsInModule() 2946 if (const Comdat *C = F.getComdat()) in optimizeGlobalsInModule() 2950 if (const Comdat *C = GA.getComdat()) in optimizeGlobalsInModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
D | TargetLoweringObjectFileImpl.cpp | 504 const Comdat *C = GV->getComdat(); in getELFComdat() 716 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 929 const Comdat *C = GV->getComdat(); in checkMachOComdat() 1258 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF() 1267 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF() 1275 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF() 1421 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 1682 const Comdat *C = GV->getComdat(); in getWasmComdat() 1895 assert (!F.getComdat() && "Comdat not supported on XCOFF."); in getSectionForJumpTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue 179 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat() 185 return cast<GlobalObject>(this)->getComdat(); in getComdat()
|
D | Comdat.cpp | 34 return wrap(G->getComdat()); in LLVMGetComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 78 if (auto Comdat = F.getComdat()) return Comdat; in GetOrCreateFunctionComdat()
|
D | PGOInstrumentation.cpp | 661 Comdat *C = F.getComdat(); in canRenameComdat() 697 Comdat *OrigComdat = F.getComdat(); in renameComdatFunction() 1452 if (Comdat *C = F.getComdat()) in collectComdatMembers() 1455 if (Comdat *C = GV.getComdat()) in collectComdatMembers() 1458 if (Comdat *C = GA.getComdat()) in collectComdatMembers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 276 if (const Comdat *C = Base->getComdat()) { in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 643 Comdat *C = GV.getComdat(); in handleNonPrevailingComdat() 747 NonPrevailingComdats.insert(GV->getComdat()); in addRegularLTO()
|