Home
last modified time | relevance | path

Searched refs:getUInt (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp169 return N.getUInt(); in getRegister()
183 Val |= N.getUInt(); in setRegister()
678 unsigned Reg = I->first.getUInt(); in toString()
679 unsigned Val = I->second.getUInt(); in toString()
694 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString()
731 EW.write(uint32_t(I.first.getUInt())); in toLegacyBlob()
732 EW.write(uint32_t(I.second.getUInt())); in toLegacyBlob()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp75 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt()); in fromString()
H A DMsgPackDocument.cpp275 MPWriter.write(Node.getUInt()); in writeToBlob()