Searched defs:CGIOperandList (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp25 // CGIOperandList Implementation
28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { function in class:CGIOperandList
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
[all...]
H A DCodeGenInstruction.h30 class CGIOperandList { class in namespace:llvm
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
126 CGIOperandList(Record *D);
212 CGIOperandList Operands;

Completed in 63 milliseconds