Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp259 Vals[I++] = DNABegin->getUInt(); in extractKernelData()
266 KernelData.SGPRCount = V.second.getUInt(); in extractKernelData()
268 KernelData.SGPRSpillCount = V.second.getUInt(); in extractKernelData()
270 KernelData.VGPRCount = V.second.getUInt(); in extractKernelData()
272 KernelData.VGPRSpillCount = V.second.getUInt(); in extractKernelData()
274 KernelData.AGPRCount = V.second.getUInt(); in extractKernelData()
276 KernelData.PrivateSegmentSize = V.second.getUInt(); in extractKernelData()
278 KernelData.GroupSegmentList = V.second.getUInt(); in extractKernelData()
284 KernelData.WavefrontSize = V.second.getUInt(); in extractKernelData()
286 KernelData.MaxFlatWorkgroupSize = V.second.getUInt(); in extractKernelData()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp201 return N.getUInt(); in getRegister()
215 Val |= N.getUInt(); in setRegister()
238 const MCExpr *NExpr = MCConstantExpr::create(N.getUInt(), Ctx); in setRegister()
242 const MCExpr *NExpr = MCConstantExpr::create(N.getUInt(), Ctx); in setRegister()
813 unsigned Reg = I->first.getUInt(); in toString()
814 unsigned Val = I->second.getUInt(); in toString()
829 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString()
867 EW.write(uint32_t(I.first.getUInt())); in toLegacyBlob()
868 EW.write(uint32_t(I.second.getUInt())); in toLegacyBlob()
1052 return Version.getArray()[idx].getUInt(); in getPALVersion()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h88 uint64_t &getUInt() { in getUInt() function
108 uint64_t getUInt() const { in getUInt() function
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp75 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt()); in fromString()
H A DMsgPackDocument.cpp288 MPWriter.write(Node.getUInt()); in writeToBlob()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.td196 uint64_t getUInt() const;
207 uint64_t $cppClass::getUInt() const {
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1766 const uint64_t index = indexAttr.getUInt(); in fold()
1900 uint64_t idxValue = idxAttr.getUInt(); in fold()
1929 return idxAttr.getSInt() != -1 && idxAttr.getUInt() > maxValidIndex; in verify()
1959 uint64_t idxValue = idxAttr.getUInt(); in fold()