Searched refs:Outlined (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CodeExtractorTest.cpp | 66 Function *Outlined = CE.extractCodeRegion(CEAC); in TEST() local 67 EXPECT_TRUE(Outlined); in TEST() 69 BasicBlock *ExitSplit = getBlockByName(Outlined, "notExtracted.split"); in TEST() 76 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST() 117 Function *Outlined = CE.extractCodeRegion(CEAC); in TEST() local 118 EXPECT_TRUE(Outlined); in TEST() 127 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST() 192 Function *Outlined = CE.extractCodeRegion(CEAC); in TEST() local 193 EXPECT_TRUE(Outlined); in TEST() 194 EXPECT_FALSE(verifyFunction(*Outlined, &errs())); in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | machine-outliner-size-info.mir | 8 # - Outlined functions start with 0 instructions 9 # - Outlined functions end with the same number of instructions as the delta
|
D | machine-outliner-retaddr-sign-non-leaf.ll | 73 ; Outlined function is leaf-function => don't sign it
|
D | machine-outliner-retaddr-sign-sp-mod.mir | 195 # Outlined function that contains only legal sp modifications
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 114 Outlined,
|
D | SkOTTable_OS_2_VA.h | 116 Outlined,
|
D | SkOTTable_OS_2_V1.h | 357 Outlined,
|
D | SkOTTable_OS_2_V2.h | 373 Outlined,
|
D | SkOTTable_OS_2_V3.h | 382 Outlined,
|
D | SkOTTable_OS_2_V4.h | 414 Outlined,
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 114 Outlined,
|
D | SkOTTable_OS_2_VA.h | 116 Outlined,
|
D | SkOTTable_OS_2_V1.h | 357 Outlined,
|
D | SkOTTable_OS_2_V2.h | 373 Outlined,
|
D | SkOTTable_OS_2_V3.h | 382 Outlined,
|
D | SkOTTable_OS_2_V4.h | 414 Outlined,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 634 Function *Outlined = extractColdRegion(SubRegion, CEAC, *DT, BFI, TTI, in outlineColdRegions() local 636 if (Outlined) { in outlineColdRegions()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 652 Function *Outlined = extractColdRegion(SubRegion, CEAC, *DT, BFI, TTI, in outlineColdRegions() local 654 if (Outlined) { in outlineColdRegions()
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/X86/ |
D | do-not-split.ll | 6 ; Check that these functions are not split. Outlined functions are called from a
|
/external/llvm-project/llvm/docs/ |
D | Coroutines.rst | 382 Outlined resume part of the coroutine will reside in function `f.resume`:
|