Home
last modified time | relevance | path

Searched refs:RegX (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1101 Register RegX = OpX.getReg(); in reassociateOps() local
1109 if (RegX.isVirtual()) in reassociateOps()
1110 MRI.constrainRegClass(RegX, RC); in reassociateOps()
1131 std::swap(RegX, RegY); in reassociateOps()
1184 MIB1.addReg(RegX, getKillRegState(KillX)); in reassociateOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp357 Register RegX; in selectSHXADD_UWOp() local
360 m_OneNonDBGUse(m_GAnd(m_OneNonDBGUse(m_GShl(m_Reg(RegX), m_ICst(C2))), in selectSHXADD_UWOp()
371 .buildInstr(RISCV::SLLI, {DstReg}, {RegX}) in selectSHXADD_UWOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp858 Register RegM11, RegM12, RegX, RegY, RegM21, RegM22, RegM31, RegM32, RegA11, 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()