Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp753 Record *PatRecord = SNT->getPattern().getSrcRecord(); in EmitMatcher()
830 Record *PatRecord = CM->getPattern().getSrcRecord(); in EmitMatcher()
DCodeGenDAGPatterns.cpp3989 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord()); in InferInstructionFlags()
4077 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags()
4082 if (Instr != PTM.getSrcRecord()) in VerifyInstructionFlags()
4087 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4297 PatternsToMatch.emplace_back(P.getSrcRecord(), Preds, std::move(NewSrc), in ExpandHwModeBasedTypes()
4721 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
DFastISelEmitter.cpp597 PrintFatalError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
DCodeGenDAGPatterns.h1125 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord() function
DGlobalISelEmitter.cpp5037 RuleMatcher M(P.getSrcRecord()->getLoc()); in runOnPattern()
5570 PrintWarning(Pat.getSrcRecord()->getLoc(), in run()
5583 PrintWarning(Pat.getSrcRecord()->getLoc(), in run()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3302 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord()); in InferInstructionFlags()
3386 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags()
3391 if (Instr != PTM.getSrcRecord()) in VerifyInstructionFlags()
3396 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
3839 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
DCodeGenDAGPatterns.h702 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord() function
DFastISelEmitter.cpp588 PrintFatalError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()