Lines Matching refs:getRecord
669 return PatFragRec->getRecord()->getValueAsString("PredicateCode"); in getPredCode()
673 return PatFragRec->getRecord()->getValueAsString("ImmediateCode"); in getImmCode()
685 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
2036 OS << getRecord()->getName(); in print()
2774 new TreePatternNode(I->getRecord(), ResultNodeOperands, in ParseInstructions()
2775 GetNumNodeResults(I->getRecord(), *this)); in ParseInstructions()
2783 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2788 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in ParseInstructions()
2791 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions()
2855 PrintWarning(Pattern->getRecord()->getLoc(), in AddPatternToMatch()
3192 TreePattern Temp(Result->getRecord(), DstPattern, false, *this); in ParsePatterns()