Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp101 bool MatchReg = true; in EmitCopyFromReg() local
149 MatchReg &= Match; in EmitCopyFromReg()
169 if (MatchReg && SrcRC->getCopyCost() < 0) { in EmitCopyFromReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1211 Register MatchReg; in emitSelect() local
1212 if (mi_match(Reg, MRI, m_Neg(m_Reg(MatchReg)))) { in emitSelect()
1214 Reg = MatchReg; in emitSelect()
1229 if (mi_match(Reg, MRI, m_Not(m_Reg(MatchReg)))) { in emitSelect()
1231 Reg = MatchReg; in emitSelect()
1247 m_any_of(m_GAdd(m_Reg(MatchReg), m_SpecificICst(1)), in emitSelect()
1248 m_GPtrAdd(m_Reg(MatchReg), m_SpecificICst(1))))) { in emitSelect()
1250 Reg = MatchReg; in emitSelect()