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.cpp597 const HLSLLoopHintAttr *HLSLLoopHint = dyn_cast<HLSLLoopHintAttr>(Attr); in push() local
599 if (!LH && !OpenCLHint && !HLSLLoopHint) { in push()
620 } else if (HLSLLoopHint) { in push()
621 ValueInt = HLSLLoopHint->getDirective(); in push()
622 if (HLSLLoopHint->getSemanticSpelling() == in push()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4526 def HLSLLoopHint: StmtAttr {