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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 30 class CGIOperandList {
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
126 CGIOperandList(Record *D);
217 CGIOperandList Operands;
X86RecognizableInstr.h 98 const std::vector<CGIOperandList::OperandInfo>* Operands;
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...]
AsmWriterInst.cpp 172 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
InstrInfoEmitter.cpp 94 std::vector<CGIOperandList::OperandInfo> OperandList;
153 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 481 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
493 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
AsmMatcherEmitter.cpp 641 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 704 milliseconds