Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp2264 uint64_t NewTH = Value & AMDGPU::CPol::TH; in setTH() local
2265 if ((CPol->getImm() & AMDGPU::CPol::TH) != NewTH) { in setTH()
2266 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::TH) | NewTH); in setTH()