HomeSort by: relevance | last modified time | path
    Searched refs:decodeExpcnt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 934 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt) {
946 Expcnt = decodeExpcnt(Version, Waitcnt);
953 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
AMDGPUBaseInfo.h 524 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 5994 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeExpcnt, decodeExpcnt);

Completed in 42 milliseconds