Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp149 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith() local
163 if (ImpIsDead) in expandArith()
182 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic() local
199 if (ImpIsDead) in expandLogic()
227 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm() local
249 if (ImpIsDead) in expandLogicImm()
279 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
309 if (ImpIsDead) in expand()
331 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
352 if (ImpIsDead) in expand()
[all …]