Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CGIOperandList

25 // CGIOperandList Implementation
28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) {
139 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
149 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {
160 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
221 CGIOperandList::ConstraintInfo::getEarlyClobber();
256 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
276 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) {