Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp81 if (ParseString.consumeInteger(10, VF)) in tryParseVLEN()
109 if (ParseString.consumeInteger(10, Pos)) in tryParseLinearTokenWithRuntimeStep()
173 if (ParseString.consumeInteger(10, LinearStep)) in tryParseCompileTimeLinearToken()
264 if (ParseString.consumeInteger(10, Val)) in tryParseAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormatVariadic.cpp53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout()
69 if (RepString.consumeInteger(0, Index)) { in parseReplacementItem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp241 if (!Version.consumeInteger(10, Ret.first) && Version.consume_front(".")) in parseBinutilsVersion()
242 Version.consumeInteger(10, Ret.second); in parseBinutilsVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp44 if (Str.consumeInteger(0, Result.SI)) in parseStreamSpec()
48 if (Str.consumeInteger(0, Result.Begin)) in parseStreamSpec()
53 if (Str.consumeInteger(0, Result.Size)) in parseStreamSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp80 if (Line.consumeInteger(10, N)) // Returns true to signify an error in parseLine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatProviders.h94 Str.consumeInteger(10, Default); in consumeNumHexDigits()
146 Style.consumeInteger(10, Digits);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp179 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo()
184 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
188 S.consumeInteger(0, GDSSize); in SIMachineFunctionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h541 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
552 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp140 Name.consumeInteger(10, index); in findPrefetchInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp461 if (V.consumeInteger(10, Num) || Num == 0 || in compileModule()
463 (V.consume_front(".") && !V.consumeInteger(10, Num) && V.empty()))) { in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp734 if (S.consumeInteger(0, Val)) { in setFromString()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp117 return !String.consumeInteger(16, Value); in tryDeserializeIntegerOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
602 if (AO == AllowedOperand::Any && !Expr.consumeInteger(0, SignedLiteralValue)) in parseNumericOperand()
795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
1725 if (Rest.consumeInteger(10, Count)) in FindCheckType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h417 if (Num.consumeInteger(10, FI.FI))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp102 Line->consumeInteger(10, RawVersion); in parseCudaHFile()
H A DClang.cpp4335 Triple.getArchName().substr(Offset).consumeInteger(10, Version); in ConstructJob()
5008 else if (!V.consumeInteger(10, Num) && Num > 0 && in ConstructJob()
5010 !V.consumeInteger(10, Num) && V.empty()))) in ConstructJob()
5754 else if (S.consumeInteger(10, Size) || in ConstructJob()
5756 S.consumeInteger(10, Offset) || !S.empty()))) in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2132 Arch.consumeInteger(10, major); in parseDirectiveAttribute()
2134 Arch.consumeInteger(10, minor); in parseDirectiveAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2393 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()
2401 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp5444 if (Str.consumeInteger(10, Major)) in GetReleaseVersion()
5453 if (Str.consumeInteger(10, Minor)) in GetReleaseVersion()
5461 if (Str.consumeInteger(10, Micro)) in GetReleaseVersion()
5482 if (Str.consumeInteger(10, Digit)) in GetReleaseVersion()