Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h87 uint64_t &getUInt() { in getUInt() function
107 uint64_t getUInt() const { in getUInt() function
/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DMsgPackDocumentTest.cpp236 ASSERT_EQ(SI.getUInt(), 1u); in TEST()
309 ASSERT_EQ(SI.getUInt(), 1u); in TEST()
/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestDataFlowFramework.cpp158 uint64_t value = attr.getUInt(); in visitOperation()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp137 return unwrap(attr).cast<IntegerAttr>().getUInt(); in mlirIntegerAttrGetValueUInt()
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp360 uint64_t IntegerAttr::getUInt() const { in getUInt() function in IntegerAttr
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td652 uint64_t getUInt() const;