Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h379 TH_LU = 3, // last use enumerator
H A DSIMemoryLegalizer.cpp2520 Changed |= setTH(MI, AMDGPU::CPol::TH_LU); in enableVolatileAndOrNonTemporal()
H A DSIRegisterInfo.cpp1919 MIB.addImm(LastUse ? AMDGPU::CPol::TH_LU : 0); // cpol in buildSpillLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7049 .Case("LU", AMDGPU::CPol::TH_LU) in parseTH()