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) {
198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
215 CGIOperandList::ConstraintInfo::getEarlyClobber();
250 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
253 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);
217 CGIOperandList Operands;

Completed in 1135 milliseconds