Home
last modified time | relevance | path

Searched refs:RegAllocType (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enum
50 RegAllocType RegAlloc = RegAllocType::Default;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DCodeGenPassBuilder.h997 if (Opt.RegAlloc == RegAllocType::Default) in addRegAllocPass()
1000 else if (Opt.RegAlloc == RegAllocType::Basic) in addRegAllocPass()
1002 else if (Opt.RegAlloc == RegAllocType::Fast) in addRegAllocPass()
1004 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()
1006 else if (Opt.RegAlloc == RegAllocType::PBQP) in addRegAllocPass()
1015 if (Opt.RegAlloc != RegAllocType::Default && in addRegAssignmentFast()
1016 Opt.RegAlloc != RegAllocType::Fast) in addRegAssignmentFast()