Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVFABIDemangling.cpp160 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() function
188 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep()
193 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep()
198 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "L") == in tryParseLinearWithCompileTimeStep()
203 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "U") == in tryParseLinearWithCompileTimeStep()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DVFABIDemangling.cpp165 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() function
193 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "l") == in tryParseLinearWithCompileTimeStep()
198 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "R") == in tryParseLinearWithCompileTimeStep()
203 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "L") == in tryParseLinearWithCompileTimeStep()
208 if (tryParseCompileTimeLinearToken(ParseString, PKind, StepOrPos, "U") == in tryParseLinearWithCompileTimeStep()