Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1357 bool KillY = OpY.isKill(); in reassociateOps() local
1364 std::swap(KillX, KillY); in reassociateOps()
1418 MIB1.addReg(RegY, getKillRegState(KillY)); in reassociateOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp858 bool KillX = false, KillY = false, KillM11 = false, KillM12 = false, in reassociateFMA() local
872 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()
876 GetOperandInfo(Leaf->getOperand(2), RegY, KillY); in reassociateFMA()
924 .addReg(RegY, getKillRegState(KillY)) in reassociateFMA()
930 AdjustOperandOrder(MINewA, RegY, KillY, RegM31, KillM31, RegM32, KillM32); in reassociateFMA()
1013 .addReg(RegY, getKillRegState(KillY)) in reassociateFMA()