/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 137 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/ |
D | COFFModuleDefinition.cpp | 171 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()
|
D | Archive.cpp | 156 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/ |
D | CachePruning.cpp | 58 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()
|
D | JSON.cpp | 52 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()
|
D | Host.cpp | 260 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()
|
D | DebugCounter.cpp | 79 if (CounterPair.second.getAsInteger(0, CounterVal)) { in push_back()
|
D | Regex.cpp | 189 if (!Ref.getAsInteger(10, RefValue) && in sub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Statepoint.cpp | 67 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/ |
D | LaneBitmask.h | 73 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/ |
D | AsmLexer.cpp | 312 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/ |
D | SparcAsmParser.cpp | 1010 && !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/ |
D | SampleProfReader.cpp | 76 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()
|
D | InstrProfReader.cpp | 183 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/ |
D | TextStubCommon.cpp | 182 if (Scalar.getAsInteger(10, Value)) in input() 197 if (Scalar.getAsInteger(10, Value)) in input()
|
D | Target.cpp | 42 if (!PlatformStr.getAsInteger(10, RawValue)) in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 73 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/ |
D | StringRef.h | 499 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/ |
D | StringRef.h | 494 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/ |
D | FormatProviders.h | 68 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/ |
D | FormatProviders.h | 67 else if (Str.getAsInteger(10, Prec)) { in parseNumericPrecision() 204 if (!Style.empty() && Style.getAsInteger(10, N)) {
|
D | JSON.h | 413 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/ |
D | X86TargetMachine.cpp | 278 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/ |
D | Regex.cpp | 170 if (!Ref.getAsInteger(10, RefValue) && in sub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 156 if (Attr.getValueAsString().getAsInteger(10, XRayThreshold)) in runOnMachineFunction()
|