Home
last modified time | relevance | path

Searched refs:TH_TYPE_STORE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h407 TH_TYPE_STORE = 1 << 8, // TH_STORE policy enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp189 bool IsStore = (THType == AMDGPU::CPol::TH_TYPE_STORE); in printTH()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp721 return CPol::TH_TYPE_STORE; in getTemporalHintType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5377 } else if (THType == AMDGPU::CPol::TH_TYPE_STORE) { in validateTHAndScopeBits()
5378 if (!(CPol & AMDGPU::CPol::TH_TYPE_STORE)) in validateTHAndScopeBits()
7023 TH = AMDGPU::CPol::TH_TYPE_STORE; in parseTH()