Home
last modified time | relevance | path

Searched refs:getSrcRecord (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp761 Record *PatRecord = SNT->getPattern().getSrcRecord(); in EmitMatcher()
838 Record *PatRecord = CM->getPattern().getSrcRecord(); in EmitMatcher()
H A DCodeGenDAGPatterns.cpp4108 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord()); in InferInstructionFlags()
4195 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags()
4200 if (Instr != PTM.getSrcRecord()) in VerifyInstructionFlags()
4205 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4411 PatternsToMatch.emplace_back(P.getSrcRecord(), P.getPredicates(), in ExpandHwModeBasedTypes()
4787 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DFastISelEmitter.cpp588 PrintFatalError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
H A DCodeGenDAGPatterns.h1081 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord() function
H A DGlobalISelEmitter.cpp5168 RuleMatcher M(P.getSrcRecord()->getLoc()); in runOnPattern()
5716 PrintWarning(Pat.getSrcRecord()->getLoc(), in run()
5729 PrintWarning(Pat.getSrcRecord()->getLoc(), in run()