Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp163 bool BaseOpKilled,
1203 bool BaseOpKilled, in tryInstructionCommute() argument
1228 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()
1246 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp138 bool BaseOpKilled,
1161 bool BaseOpKilled, in tryInstructionCommute() argument
1182 !BaseOpKilled && isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()