Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp149 bool IsLoadMI1 = MI1.mayLoad(); in apply() local
150 if (!QII->isHVXVec(MI1) || !(IsStoreMI1 || IsLoadMI1)) in apply()
158 if ((IsStoreMI1 && MI2.mayStore()) || (IsLoadMI1 && MI2.mayLoad())) { in apply()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp219 bool IsLoadMI1 = MI1.mayLoad(); in apply() local
220 if (!QII->isHVXVec(MI1) || !(IsStoreMI1 || IsLoadMI1)) in apply()
228 if ((IsStoreMI1 && MI2.mayStore()) || (IsLoadMI1 && MI2.mayLoad())) { in apply()