Searched refs:InterleaveCount (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 26 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in createMetadata() 51 if (Attrs.InterleaveCount > 0) { in createMetadata() 54 Type::getInt32Ty(Ctx), Attrs.InterleaveCount))}; in createMetadata() 105 InterleaveCount(0), UnrollCount(0), in LoopAttributes() 111 InterleaveCount = 0; in clear() 190 case LoopHintAttr::InterleaveCount: in push() 209 case LoopHintAttr::InterleaveCount: in push() 225 case LoopHintAttr::InterleaveCount: in push() 240 case LoopHintAttr::InterleaveCount: in push() 251 case LoopHintAttr::InterleaveCount: in push()
|
D | CGLoopInfo.h | 57 unsigned InterleaveCount; member 151 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 98 int InterleaveCount = 1; member 108 InterleaveCount = std::max(InterleaveCount, RHS.InterleaveCount); in operator |=() 131 else if (InterleaveCount < RHS.InterleaveCount) in operator <() 133 else if (InterleaveCount > RHS.InterleaveCount) in operator <() 166 int InterleaveCount = 1; in collectLocationInfo() local 233 Value->getValue(Tmp).getAsInteger(10, InterleaveCount); in collectLocationInfo() 267 LI.InterleaveCount = InterleaveCount; in collectLocationInfo() 340 unsigned ICDigits = llvm::utostr(MaxLI.InterleaveCount).size(); in writeReport() 434 RS << LLI.VectorizationFactor << "," << LLI.InterleaveCount; in writeReport()
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 107 .Case("interleave_count", LoopHintAttr::InterleaveCount) in handleLoopHintAttr() 113 Option == LoopHintAttr::InterleaveCount || in handleLoopHintAttr() 176 case LoopHintAttr::InterleaveCount: in CheckForIncompatibleAttributes()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2222 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount", 2235 case InterleaveCount: return "interleave_count";
|