reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
242 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false); 245 if (!Ops[Op.first].Constraints[Op.second].isNone()) 249 Ops[Op.first].Constraints[Op.second] = 269 std::pair<unsigned,unsigned> LHSOp = Ops.ParseOperandName(LHSOpName, false); 277 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); 288 if (DestOp.first >= Ops.NumDefs) 292 if (SrcOp.first < Ops.NumDefs) 300 if (!Ops[SrcOp.first].Constraints[SrcOp.second].isNone()) 305 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); 310 for (const CGIOperandList::OperandInfo &Op : Ops) { 318 Ops[SrcOp.first].Constraints[SrcOp.second] = NewConstraint;