Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp105 bool MatchReg = true; in EmitCopyFromReg() local
154 MatchReg &= Match; in EmitCopyFromReg()
174 if (MatchReg && SrcRC->getCopyCost() < 0) { in EmitCopyFromReg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1140 Register MatchReg; in emitSelect() local
1141 if (mi_match(Reg, MRI, m_Neg(m_Reg(MatchReg)))) { in emitSelect()
1143 Reg = MatchReg; in emitSelect()
1158 if (mi_match(Reg, MRI, m_Not(m_Reg(MatchReg)))) { in emitSelect()
1160 Reg = MatchReg; in emitSelect()
1176 m_any_of(m_GAdd(m_Reg(MatchReg), m_SpecificICst(1)), in emitSelect()
1177 m_GPtrAdd(m_Reg(MatchReg), m_SpecificICst(1))))) { in emitSelect()
1179 Reg = MatchReg; in emitSelect()