Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1147 Register MatchReg; in emitSelect() local
1148 if (mi_match(Reg, MRI, m_Neg(m_Reg(MatchReg)))) { in emitSelect()
1150 Reg = MatchReg; in emitSelect()
1165 if (mi_match(Reg, MRI, m_Not(m_Reg(MatchReg)))) { in emitSelect()
1167 Reg = MatchReg; in emitSelect()
1183 m_any_of(m_GAdd(m_Reg(MatchReg), m_SpecificICst(1)), in emitSelect()
1184 m_GPtrAdd(m_Reg(MatchReg), m_SpecificICst(1))))) { in emitSelect()
1186 Reg = MatchReg; in emitSelect()