Searched refs:Decoded (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp62 uintptr_t Decoded = Value >> 1; local
64 return Decoded;
65 return ~Decoded;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp683 Waitcnt Decoded; local
684 Decoded.VmCnt = decodeVmcnt(Version, Encoded);
685 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
686 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded);
687 return Decoded;
721 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { argument
722 return encodeWaitcnt(Version, Decoded.VmCnt, Decoded.ExpCnt, Decoded.LgkmCnt);
H A DAMDGPUBaseInfo.h404 /// \returns Decoded Vmcnt from given \p Waitcnt for given isa \p Version.
407 /// \returns Decoded Expcnt from given \p Waitcnt for given isa \p Version.
410 /// \returns Decoded Lgkmcnt from given \p Waitcnt for given isa \p Version.
456 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h310 bool Decoded = false; local
314 Decoded = true;
318 if (!Decoded)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1005 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm);
1006 return (Decoded.LgkmCnt == 0);

Completed in 180 milliseconds