Searched refs:LoweringKind (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp161 enum class LoweringKind { module, table, kernel, hybrid }; class in namespace:__anon2597
162 cl::opt<LoweringKind> LoweringKindLoc(
165 cl::init(LoweringKind::module),
167 clEnumValN(LoweringKind::table, "table", "Lower via table lookup"),
168 clEnumValN(LoweringKind::module, "module", "Lower via module struct"),
170 LoweringKind::kernel, "kernel",
172 clEnumValN(LoweringKind::hybrid, "hybrid",
691 LoweringKindLoc != LoweringKind::hybrid
712 case LoweringKind::module:
716 case LoweringKind
[all...]

Completed in 143 milliseconds