Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp211 char NonStrictState, char CurrentStrictState);
1199 char CurrentStrictState) { in fromStrictMode() argument
1203 assert(CurrentStrictState == StateStrictWWM || in fromStrictMode()
1204 CurrentStrictState == StateStrictWQM); in fromStrictMode()
1206 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()