Searched refs:getRecord (Results 1 – 11 of 11) sorted by relevance
/external/llvm/utils/TableGen/ |
D | Record.cpp | 320 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()
|
D | CodeGenDAGPatterns.cpp | 632 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()
|
D | CodeGenInstruction.h | 302 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
|
D | CodeGenDAGPatterns.h | 214 Record *getRecord() const { return Def; } in getRecord() function 546 Record *getRecord() const { return TheRecord; } in getRecord() function
|
D | AsmWriterEmitter.cpp | 863 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 876 CGA->ResultOperands[i].getRecord()->getName() + in EmitPrintAliasInstruction()
|
D | FastISelEmitter.cpp | 206 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
D | FixedLenDecoderEmitter.cpp | 1259 Record *TypeRecord = Type->getRecord(); in populateInstruction()
|
D | Record.h | 443 Record *getRecord() const { return Rec; } in getRecord() function
|
/external/skia/src/views/ |
D | SkListWidget.cpp | 266 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/ |
D | audioin.c | 313 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/ |
D | SkWidgetViews.h | 305 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
|