Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Full

88   else if (Attrs.UnrollEnable == LoopAttributes::Full)
125 // Setting unroll.full or unroll.disable
386 else if (Attrs.UnrollEnable == LoopAttributes::Full)
404 Args.push_back(MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.full")));
406 // No follow-up: there is no loop after full unrolling.
407 // TODO: Warn if there are transformations after full unrolling.
535 case LoopAttributes::Full:
536 BeforeJam.UnrollEnable = LoopAttributes::Full;
724 case LoopHintAttr::Full:
727 setUnrollState(LoopAttributes::Full);
730 setUnrollAndJamState(LoopAttributes::Full);
742 llvm_unreachable("Options cannot be used with 'full' hint.");