Lines Matching refs:getRecord
757 return PatFragRec->getRecord()->getValueAsString("PredicateCode"); in getPredCode()
761 return PatFragRec->getRecord()->getValueAsString("ImmediateCode"); in getImmCode()
773 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
2365 OS << getRecord()->getName(); in print()
3082 new TreePatternNode(I->getRecord(), ResultNodeOperands, in parseInstructionPattern()
3083 GetNumNodeResults(I->getRecord(), *this)); in parseInstructionPattern()
3093 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
3098 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in parseInstructionPattern()
3101 DAGInstruction &TheInsertedInst = DAGInsts.find(I->getRecord())->second; in parseInstructionPattern()
3211 PrintWarning(Pattern->getRecord()->getLoc(), in AddPatternToMatch()
3537 TreePattern Temp(Result.getRecord(), DstPattern, false, *this); in ParsePatterns()