Searched refs:HLSLLoopHint (Results 1 – 2 of 2) sorted by relevance
615 const HLSLLoopHintAttr *HLSLLoopHint = dyn_cast<HLSLLoopHintAttr>(Attr); in push() local617 if (!LH && !OpenCLHint && !HLSLLoopHint) { in push()638 } else if (HLSLLoopHint) { in push()639 ValueInt = HLSLLoopHint->getDirective(); in push()640 if (HLSLLoopHint->getSemanticSpelling() == in push()
4185 def HLSLLoopHint: StmtAttr {