Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp61 for (auto TailFoldType : TailFoldTypes) { in operator =() local
62 if (TailFoldType == "disabled") in operator =()
64 else if (TailFoldType == "all") in operator =()
66 else if (TailFoldType == "default") in operator =()
68 else if (TailFoldType == "simple") in operator =()
70 else if (TailFoldType == "reductions") in operator =()
72 else if (TailFoldType == "recurrences") in operator =()
74 else if (TailFoldType == "noreductions") in operator =()
76 else if (TailFoldType == "norecurrences") in operator =()
80 << "invalid argument " << TailFoldType.str() in operator =()