Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp105 bool MatchReg = true; in EmitCopyFromReg() local
154 MatchReg &= Match; in EmitCopyFromReg()
175 if (MatchReg && SrcRC->getCopyCost() < 0) { in EmitCopyFromReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1079 Register MatchReg; in emitSelect() local
1080 if (mi_match(Reg, MRI, m_Neg(m_Reg(MatchReg)))) { in emitSelect()
1082 Reg = MatchReg; in emitSelect()
1097 if (mi_match(Reg, MRI, m_Not(m_Reg(MatchReg)))) { in emitSelect()
1099 Reg = MatchReg; in emitSelect()
1115 m_any_of(m_GAdd(m_Reg(MatchReg), m_SpecificICst(1)), in emitSelect()
1116 m_GPtrAdd(m_Reg(MatchReg), m_SpecificICst(1))))) { in emitSelect()
1118 Reg = MatchReg; in emitSelect()