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
136 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
146 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const {
157 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
201 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
218 CGIOperandList::ConstraintInfo::getEarlyClobber();
253 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
256 static void ParseConstraints(const std::string &CStr, CGIOperandList
[all...]
H A DCodeGenInstruction.h31 class CGIOperandList { class in namespace:llvm
120 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
127 CGIOperandList(Record *D);
218 CGIOperandList Operands;

Completed in 44 milliseconds