Searched refs:KillX (Results 1 – 2 of 2) sorted by relevance
/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 871 GetOperandInfo(Leaf->getOperand(AddOpIdx), RegX, KillX); in reassociateFMA() 873 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA() 877 GetOperandInfo(Leaf->getOperand(1), RegX, KillX); in reassociateFMA() 921 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA() 931 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 962 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA() 972 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 1019 .addReg(RegX, getKillRegState(KillX)) in reassociateFMA()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1124 bool KillX = OpX.isKill(); in reassociateOps() local 1132 std::swap(KillX, KillY); in reassociateOps() 1184 MIB1.addReg(RegX, getKillRegState(KillX)); in reassociateOps()
|