Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enum
51 RegAllocType RegAlloc = RegAllocType::Default;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h1013 if (Opt.RegAlloc == RegAllocType::Default) in addRegAllocPass()
1016 else if (Opt.RegAlloc == RegAllocType::Basic) in addRegAllocPass()
1018 else if (Opt.RegAlloc == RegAllocType::Fast) in addRegAllocPass()
1020 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()
1022 else if (Opt.RegAlloc == RegAllocType::PBQP) in addRegAllocPass()
1031 if (Opt.RegAlloc != RegAllocType::Default && in addRegAssignmentFast()
1032 Opt.RegAlloc != RegAllocType::Fast) in addRegAssignmentFast()