Home
last modified time | relevance | path

Searched refs:addVirtRegCoalesce (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h158 void addVirtRegCoalesce(PBQP::Matrix &costMat,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp488 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
496 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
505 void addVirtRegCoalesce( in addVirtRegCoalesce() function in __anone52c97ea0111::Coalescing
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp462 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
470 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
480 void addVirtRegCoalesce( in addVirtRegCoalesce() function in __anon4cb6f5b20111::Coalescing
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp411 addVirtRegCoalesce(g.getEdgeCosts(edge), *allowed1, *allowed2, in build()
426 void PBQPBuilderWithCoalescing::addVirtRegCoalesce( in addVirtRegCoalesce() function in PBQPBuilderWithCoalescing