Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp664 Record *PatRecord = SNT->getPattern().getSrcRecord(); in EmitMatcher()
741 Record *PatRecord = CM->getPattern().getSrcRecord(); in EmitMatcher()
DCodeGenDAGPatterns.cpp3813 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord()); in InferInstructionFlags()
3901 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags()
3906 if (Instr != PTM.getSrcRecord()) in VerifyInstructionFlags()
3911 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4120 PatternsToMatch.emplace_back(P.getSrcRecord(), Preds, std::move(NewSrc), in ExpandHwModeBasedTypes()
4502 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
DFastISelEmitter.cpp597 PrintFatalError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
DCodeGenDAGPatterns.h1039 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord() function
DGlobalISelEmitter.cpp3837 RuleMatcher M(P.getSrcRecord()->getLoc()); in runOnPattern()
4276 PrintWarning(Pat.getSrcRecord()->getLoc(), in run()
4289 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()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h649 Record *getSrcRecord() const { return SrcRecord; } in getSrcRecord() function
DFastISelEmitter.cpp548 throw TGError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
DCodeGenDAGPatterns.cpp3282 push_back(PatternToMatch(PatternsToMatch[i].getSrcRecord(), in GenerateVariants()