Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp211 char NonStrictState, char CurrentStrictState);
1222 char CurrentStrictState) { in fromStrictMode() argument
1226 assert(CurrentStrictState == StateStrictWWM || in fromStrictMode()
1227 CurrentStrictState == StateStrictWQM); in fromStrictMode()
1229 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()