Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/TableGen/
DRecord.cpp320 if (RRT->getRecord()->isSubClassOf(getRecord()) || in convertValue()
321 RRT->getRecord() == getRecord()) in convertValue()
327 if (Rec == RHS->getRecord() || RHS->getRecord()->isSubClassOf(Rec)) in baseClassOf()
332 if (RHS->getRecord()->isSubClassOf(SC[i])) in baseClassOf()
350 RecTy1->getRecord()->getSuperClasses(); in resolveTypes()
369 RecTy2->getRecord()->getSuperClasses(); in resolveTypes()
1029 RecordVal *Field = RecordType->getRecord()->getValue(FieldName); in getFieldType()
1117 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType()
DCodeGenDAGPatterns.cpp632 return PatFragRec->getRecord()->getValueAsCode("PredicateCode"); in getPredCode()
636 return PatFragRec->getRecord()->getValueAsCode("ImmediateCode"); in getImmCode()
648 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
1986 OS << getRecord()->getName(); in print()
2697 new TreePatternNode(I->getRecord(), ResultNodeOperands, in ParseInstructions()
2698 GetNumNodeResults(I->getRecord(), *this)); in ParseInstructions()
2706 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2711 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in ParseInstructions()
2714 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions()
2970 TreePattern Temp(Result->getRecord(), DstPattern, false, *this); in ParsePatterns()
DCodeGenInstruction.h302 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
DCodeGenDAGPatterns.h214 Record *getRecord() const { return Def; } in getRecord() function
546 Record *getRecord() const { return TheRecord; } in getRecord() function
DAsmWriterEmitter.cpp863 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
876 CGA->ResultOperands[i].getRecord()->getName() + in EmitPrintAliasInstruction()
DFastISelEmitter.cpp206 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
DFixedLenDecoderEmitter.cpp1259 Record *TypeRecord = Type->getRecord(); in populateInstruction()
DRecord.h443 Record *getRecord() const { return Rec; } in getRecord() function
/external/skia/src/views/
DSkListWidget.cpp266 fSource->getRecord(i, fBindings[j].fFieldIndex, &str); in ensureCache()
512 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data) in getRecord() function in SkXMLListSource
525 this->getRecord(rowIndex, 0, &data); in prepareWidgetEvent()
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c313 static int getRecord(void) in getRecord() function
446 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */ in AcquisitionThread()
643 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */ in AcquisitionThread()
/external/skia/include/views/
DSkWidgetViews.h305 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);