Searched refs:TailFoldTypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp127 SmallVector<StringRef, 4> TailFoldTypes; local
128 StringRef(Val).split(TailFoldTypes, '+', -1, false);
131 if (TailFoldTypes[0] == "disabled")
133 else if (TailFoldTypes[0] == "all")
135 else if (TailFoldTypes[0] == "default")
137 else if (TailFoldTypes[0] == "simple")
144 for (unsigned I = StartIdx; I < TailFoldTypes.size(); I++) {
145 if (TailFoldTypes[I] == "reductions")
147 else if (TailFoldTypes[I] == "recurrences")
149 else if (TailFoldTypes[
[all...]

Completed in 121 milliseconds