Searched refs:KillY (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1125 bool KillY = OpY.isKill(); in reassociateOps() local 1132 std::swap(KillX, KillY); in reassociateOps() 1186 MIB1.addReg(RegY, getKillRegState(KillY)); in reassociateOps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 860 bool KillX = false, KillY = false, KillM11 = false, KillM12 = false, in reassociateFMA() local 874 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA() 878 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA() 926 .addReg(RegY, getKillRegState(KillY)) in reassociateFMA() 932 AdjustOperandOrder(MINewA, RegY, KillY, RegM31, KillM31, RegM32, KillM32); in reassociateFMA() 1015 .addReg(RegY, getKillRegState(KillY)) in reassociateFMA()
|