Home
last modified time | relevance | path

Searched refs:SingleImpl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dexport-single-impl.ll15 ; SUMMARY-NEXT: Kind: SingleImpl
28 ; SUMMARY-NEXT: Kind: SingleImpl
41 ; SUMMARY-NEXT: Kind: SingleImpl
54 ; SUMMARY-NEXT: Kind: SingleImpl
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dcache-typeid-resolutions.ll16 ; Three resolutions for typeid2: Indir, SingleImpl, UniqueRetVal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp817 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1470 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) { in importResolution()
1473 auto *SingleImpl = M.getOrInsertFunction( in importResolution() local
1478 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h100 io.enumCase(value, "SingleImpl", WholeProgramDevirtResolution::SingleImpl);
DModuleSummaryIndex.h682 SingleImpl, ///< Single implementation devirtualization
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2660 case WholeProgramDevirtResolution::SingleImpl: in getWholeProgDevirtResKindName()
2749 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl) in printWPDRes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7213 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl; in ParseWpdRes()