Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp217 bool chkSl = true; in check() local
219 chkSl = checkSlots(); in check()
223 bool chk = chkP && chkNV && chkR && chkRRO && chkS && chkSh && chkSl && in check()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp240 bool chkSl = checkSlots(); in check() local
241 bool chk = chkB && chkP && chkNV && chkR && chkS && chkSh && chkSl; in check()