Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp209 char NonStrictState, char CurrentStrictState);
1269 char CurrentStrictState) { in fromStrictMode() argument
1273 assert(CurrentStrictState == StateStrictWWM || in fromStrictMode()
1274 CurrentStrictState == StateStrictWQM); in fromStrictMode()
1276 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()