Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp615 const HLSLLoopHintAttr *HLSLLoopHint = dyn_cast<HLSLLoopHintAttr>(Attr); in push() local
617 if (!LH && !OpenCLHint && !HLSLLoopHint) { in push()
638 } else if (HLSLLoopHint) { in push()
639 ValueInt = HLSLLoopHint->getDirective(); in push()
640 if (HLSLLoopHint->getSemanticSpelling() == in push()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4185 def HLSLLoopHint: StmtAttr {