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.h397 TH_LU = 3, // last use enumerator
H A DSIMemoryLegalizer.cpp2539 Changed |= setTH(MI, AMDGPU::CPol::TH_LU); in enableVolatileAndOrNonTemporal()
H A DSIRegisterInfo.cpp1672 MIB.addImm(LastUse ? AMDGPU::CPol::TH_LU : 0); // cpol in buildSpillLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6676 .Case("LU", AMDGPU::CPol::TH_LU) in parseTH()