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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp168 return N.getUInt();
182 Val |= N.getUInt();
609 unsigned Reg = I->first.getUInt();
610 unsigned Val = I->second.getUInt();
625 if (const char *RegName = getRegisterName(Key.getUInt())) {
662 EW.write(uint32_t(I.first.getUInt()));
663 EW.write(uint32_t(I.second.getUInt()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h87 uint64_t &getUInt() { function in class:llvm::msgpack::DocNode
107 uint64_t getUInt() const { function in class:llvm::msgpack::DocNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp275 MPWriter.write(Node.getUInt());
H A DMsgPackDocumentYAML.cpp76 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt());

Completed in 70 milliseconds