Searched refs:Decoded (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | stack_trace_compressor.cpp | 62 uintptr_t Decoded = Value >> 1; in zigzagDecode() local 64 return Decoded; in zigzagDecode() 65 return ~Decoded; in zigzagDecode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1432 Waitcnt Decoded; in decodeWaitcnt() local 1433 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 1434 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 1435 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt() 1436 return Decoded; in decodeWaitcnt() 1469 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { in encodeWaitcnt() argument 1470 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt() 1488 Waitcnt Decoded; in decodeLoadcntDscnt() local 1489 Decoded.LoadCnt = in decodeLoadcntDscnt() 1492 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major), in decodeLoadcntDscnt() [all …]
|
H A D | AMDGPUBaseInfo.h | 1041 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded); 1086 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded); 1091 unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 309 bool Decoded = false; in Decode() local 313 Decoded = true; in Decode() 317 if (!Decoded) in Decode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 1250 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards() local 1252 return (Decoded.DsCnt == 0); in fixSMEMtoVectorWriteHazards()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1637 0xFE Decoded Data
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1229 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
|