Home
last modified time | relevance | path

Searched refs:SnippetCopies (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp78 SmallPtrSet<MachineInstr*, 8> SnippetCopies; member in __anonac620b3c0111::InlineSpiller
272 SnippetCopies.clear(); in collectRegsToSpill()
287 SnippetCopies.insert(MI); in collectRegsToSpill()
823 if (!SnippetCopies.count(MI)) in markValueUsed()
850 if (SnippetCopies.count(MI)) in reMaterializeFor()
1118 if (SnippetCopies.count(MI)) in spillAroundUses()
1143 SnippetCopies.insert(MI); in spillAroundUses()
1238 assert(SnippetCopies.count(MI) && "Remaining use wasn't a snippet copy"); in spillAll()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp155 SmallPtrSet<MachineInstr*, 8> SnippetCopies; member in __anonf7bb34900111::InlineSpiller
301 SnippetCopies.clear(); in collectRegsToSpill()
317 SnippetCopies.insert(&MI); in collectRegsToSpill()
490 if (!SnippetCopies.count(MI)) in markValueUsed()
525 if (SnippetCopies.count(&MI)) in reMaterializeFor()
897 if (SnippetCopies.count(MI)) in spillAroundUses()
922 SnippetCopies.insert(MI); in spillAroundUses()
1008 assert(SnippetCopies.count(&MI) && "Remaining use wasn't a snippet copy"); in spillAll()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp179 SmallPtrSet<MachineInstr*, 8> SnippetCopies; member in __anon9ee51dc80111::InlineSpiller
319 SnippetCopies.clear(); in collectRegsToSpill()
335 SnippetCopies.insert(&MI); in collectRegsToSpill()
507 if (!SnippetCopies.count(MI)) in markValueUsed()
541 if (SnippetCopies.count(&MI)) in reMaterializeFor()
952 if (SnippetCopies.count(MI)) in spillAroundUses()
977 SnippetCopies.insert(MI); in spillAroundUses()
1063 assert(SnippetCopies.count(&MI) && "Remaining use wasn't a snippet copy"); in spillAll()