HomeSort by relevance Sort by last modified time
    Searched defs:CGIOperandList (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 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)
    [all...]
CodeGenInstruction.h 30 class CGIOperandList {
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
126 CGIOperandList(Record *D);
211 CGIOperandList Operands;

Completed in 954 milliseconds