Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp858 bool KillX = false, KillY = false, KillM11 = false, KillM12 = false, in reassociateFMA() local
869 GetOperandInfo(Leaf->getOperand(AddOpIdx), RegX, KillX); in reassociateFMA()
871 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
875 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA()
919 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA()
929 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA()
960 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA()
970 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA()
1017 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1356 bool KillX = OpX.isKill(); in reassociateOps() local
1364 std::swap(KillX, KillY); in reassociateOps()
1416 MIB1.addReg(RegX, getKillRegState(KillX)); in reassociateOps()