Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CGIOperandList

25 // CGIOperandList Implementation
28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) {
134 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {
155 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
215 CGIOperandList::ConstraintInfo::getEarlyClobber();
248 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
268 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) {