Lines Matching refs:CGIOperandList
25 // CGIOperandList Implementation
28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) {
133 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
143 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {
154 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
197 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
214 CGIOperandList::ConstraintInfo::getEarlyClobber();
249 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
252 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
269 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) {