Home
last modified time | relevance | path

Searched refs:getAsInteger (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp137 Ops[1].getAsInteger(10, Op0); in parseGenericRegister()
138 Ops[2].getAsInteger(10, Op1); in parseGenericRegister()
139 Ops[3].getAsInteger(10, CRn); in parseGenericRegister()
140 Ops[4].getAsInteger(10, CRm); in parseGenericRegister()
141 Ops[5].getAsInteger(10, Op2); in parseGenericRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp171 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I)) in readAsInt()
257 Tok.Value.getAsInteger(10, E.Ordinal); in parseExport()
258 } else if (Tok.Value.drop_front().getAsInteger(10, E.Ordinal)) { in parseExport()
344 if (V1.getAsInteger(10, *Major)) in parseVersion()
348 else if (V2.getAsInteger(10, *Minor)) in parseVersion()
DArchive.cpp156 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName()
194 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) { in getName()
229 sizeof(ArMemHdr->Size)).rtrim(" ").getAsInteger(10, Ret)) { in getSize()
247 sizeof(ArMemHdr->AccessMode)).rtrim(' ').getAsInteger(8, Ret)) { in getAccessMode()
267 .getAsInteger(10, Seconds)) { in getLastModified()
288 if (User.getAsInteger(10, Ret)) { in getUID()
307 if (Group.getAsInteger(10, Ret)) { in getGID()
378 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameSize)) { in Child()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp58 if (NumStr.getAsInteger(0, Num)) in parseDuration()
101 if (SizeStr.getAsInteger(0, Size)) in parseCachePruningPolicy()
126 if (Value.getAsInteger(0, Size)) in parseCachePruningPolicy()
131 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy()
DJSON.cpp52 return V->getAsInteger(); in getInteger()
189 return L.getAsInteger() == R.getAsInteger(); in operator ==()
606 OS << *V.getAsInteger(); in value()
714 if (!Options.empty() && Options.getAsInteger(/*Radix=*/10, IndentAmount)) in format()
DHost.cpp260 I.ltrim("\t :").getAsInteger(0, Variant); in getHostCPUNameForARM()
266 I.ltrim("\t :").getAsInteger(0, Part); in getHostCPUNameForARM()
318 if (!Lines[I].drop_front(Pos).getAsInteger(10, Id)) { in getHostCPUNameForS390x()
1295 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores()
1300 Val.getAsInteger(10, CurCoreId); in computeHostNumPhysicalCores()
DDebugCounter.cpp79 if (CounterPair.second.getAsInteger(0, CounterVal)) { in push_back()
DRegex.cpp189 if (!Ref.getAsInteger(10, RefValue) && in sub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp67 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs()
74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
95 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger()); in PrintLaneMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp312 if (Result.drop_back().getAsInteger(Radix, Value)) in LexDigit()
340 if (Result.getAsInteger(Radix, Value)) in LexDigit()
374 if (Result.substr(2).getAsInteger(2, Value)) in LexDigit()
400 if (StringRef(TokStart, CurPtr - TokStart).getAsInteger(0, Result)) in LexDigit()
419 if (Result.getAsInteger(Radix, Value)) in LexDigit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp1010 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName()
1081 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName()
1091 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
1099 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
1106 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
1113 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
1121 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName()
1128 && !name.substr(1, 2).getAsInteger(10, intVal) in matchRegisterName()
1138 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) { in matchRegisterName()
1146 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp76 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead()
78 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead()
110 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine()
114 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine()
116 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine()
125 if (Rest.getAsInteger(10, NumSamples)) in ParseLine()
128 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine()
161 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine()
182 if (Rest.substr(n3 + 1).getAsInteger(10, NumSamples)) in ParseLine()
DInstrProfReader.cpp183 if ((Str).getAsInteger(10, (Dst))) \ in readValueProfileData()
195 if (Line->getAsInteger(10, NumValueKinds)) { in readValueProfileData()
263 if ((Line++)->getAsInteger(0, Record.Hash)) in readNextRecord()
270 if ((Line++)->getAsInteger(10, NumCounters)) in readNextRecord()
282 if ((Line++)->getAsInteger(10, Count)) in readNextRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.cpp182 if (Scalar.getAsInteger(10, Value)) in input()
197 if (Scalar.getAsInteger(10, Value)) in input()
DTarget.cpp42 if (!PlatformStr.getAsInteger(10, RawValue)) in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h73 if (P.first.getAsInteger(0, Arg)) {
118 if (Key.getAsInteger(0, KeyInt)) {
209 if (Key.getAsInteger(0, KeyInt)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
563 bool getAsInteger(unsigned Radix, APInt &Result) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
558 bool getAsInteger(unsigned Radix, APInt &Result) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h68 else if (Str.getAsInteger(10, Prec)) { in parseNumericPrecision()
205 if (!Style.empty() && Style.getAsInteger(10, N)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatProviders.h67 else if (Str.getAsInteger(10, Prec)) { in parseNumericPrecision()
204 if (!Style.empty() && Style.getAsInteger(10, N)) {
DJSON.h413 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
574 if (auto S = E.getAsInteger()) { in fromJSON()
581 if (auto S = E.getAsInteger()) { in fromJSON()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp278 if (!Val.getAsInteger(0, Width)) { in getSubtargetImpl()
291 if (!Val.getAsInteger(0, Width)) { in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp170 if (!Ref.getAsInteger(10, RefValue) && in sub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp156 if (Attr.getValueAsString().getAsInteger(10, XRayThreshold)) in runOnMachineFunction()

1234