Searched refs:regBKilled (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 875 bool regBKilled = isKilled(*mi, regB, MRI, TII); in TryInstructionTransform() local 876 if (!regBKilled && mi->getOperand(DstIdx).isDead() && in TryInstructionTransform() 897 if (!regBKilled && isKilled(*mi, regC, MRI, TII)) in TryInstructionTransform() 922 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in TryInstructionTransform() 939 if (MCID.mayLoad() && !regBKilled) { in TryInstructionTransform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 1277 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() local 1282 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() 1309 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() 1315 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform() 1343 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 1222 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() local 1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() 1254 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() 1260 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform() 1288 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()
|