Home
last modified time | relevance | path

Searched refs:getAsUnsignedInteger (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPackedVersion.cpp35 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse32()
44 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse32()
70 if (getAsUnsignedInteger(Parts[0], 10, Num)) in parse64()
84 if (getAsUnsignedInteger(Parts[i], 10, Num)) in parse64()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp48 if (getAsUnsignedInteger(Parts[0], 10, BaseBBID)) in parseUniqueBBID()
53 if (Parts.size() > 1 && getAsUnsignedInteger(Parts[1], 10, CloneID)) in parseUniqueBBID()
233 if (getAsUnsignedInteger(BaseBBIDStr, 10, BaseBBID)) in ReadV1Profile()
282 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in ReadV0Profile()
371 if (getAsUnsignedInteger(FirstLine, 10, Version)) { in ReadProfile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp967 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
983 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
999 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
1015 if (getAsUnsignedInteger(Scalar, 0, N)) in input()
1106 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
1120 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
1134 if (getAsUnsignedInteger(Scalar, 0, n)) in input()
1148 if (getAsUnsignedInteger(Scalar, 0, Num)) in input()
H A DStringRef.cpp487 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() function in llvm
H A DUnicodeNameToCodepoint.cpp360 if (getAsUnsignedInteger(Number, 16, V) || V < Item.Start || V > Item.End) in nameToGeneratedCodePoint()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp92 if (llvm::getAsUnsignedInteger(Parts[1], 0, Major)) in tryParseProfile()
98 else if (llvm::getAsUnsignedInteger(Parts[2], 0, Minor)) in tryParseProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h35 LLVM_ABI bool getAsUnsignedInteger(StringRef Str, unsigned Radix,
490 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h154 if (getAsUnsignedInteger(Scalar, 10, n))
170 if (getAsUnsignedInteger(Scalar, 10, N))
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp68 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
H A DELFYAML.cpp1358 if (getAsUnsignedInteger(Scalar, /*Radix=*/0, UInt) || (UInt > MaxVal)) in input()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp668 if (getAsUnsignedInteger(name, /*Radix=*/16, file_address)) in GetNameIndexes()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3397 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
3413 getAsUnsignedInteger(RegName.begin() + 1, 10, RegNo)) { in getRegForInlineAsmConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4207 return std::make_pair(!getAsUnsignedInteger(StringRef(I, E - I), 10, Reg), in parsePhysicalReg()