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

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp62 uintptr_t Decoded = Value >> 1; local
64 return Decoded;
65 return ~Decoded;
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1285 Waitcnt Decoded; local
1286 Decoded.VmCnt = decodeVmcnt(Version, Encoded);
1287 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
1288 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded);
1289 return Decoded;
1322 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { argument
1323 return encodeWaitcnt(Version, Decoded.VmCnt, Decoded.ExpCnt, Decoded.LgkmCnt);
H A DAMDGPUBaseInfo.h874 /// \returns Decoded Vmcnt from given \p Waitcnt for given isa \p Version.
877 /// \returns Decoded Expcnt from given \p Waitcnt for given isa \p Version.
880 /// \returns Decoded Lgkmcnt from given \p Waitcnt for given isa \p Version.
932 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded);
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h309 bool Decoded = false; local
313 Decoded = true;
317 if (!Decoded)
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1244 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm);
1245 return (Decoded.LgkmCnt == 0);

Completed in 403 milliseconds