Home
last modified time | relevance | path

Searched refs:getFnName (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.cpp141 OS.indent(indent) << "CheckPredicate " << getPredicate().getFnName() << '\n'; in printImpl()
275 return HashString(getPredicate().getFnName()); in getHashImpl()
DFastISelEmitter.cpp106 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix()
161 OS << PredFn.getFnName() << "(imm" << i <<')'; in emitImmediatePredicate()
570 OS << "static bool " << I->getFnName() << "(int64_t Imm) {\n"; in printImmediatePredicates()
DDAGISelMatcherEmitter.cpp257 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName(); in EmitMatcher()
628 OS << " case " << i << ": { // " << NodePredicates[i].getFnName() <<'\n'; in EmitPredicateFunctions()
DCodeGenDAGPatterns.h280 std::string getFnName() const;
DCodeGenDAGPatterns.cpp647 std::string TreePredicateFn::getFnName() const { in getFnName() function in TreePredicateFn
1074 OS << "<<P:" << PredicateFns[i].getFnName() << ">>"; in print()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp112 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix()
167 OS << PredFn.getFnName() << "(imm" << i <<')'; in emitImmediatePredicate()
616 OS << "static bool " << I->getFnName() << "(int64_t Imm) {\n"; in printImmediatePredicates()
DDAGISelMatcherEmitter.cpp288 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName(); in EmitMatcher()
664 OS << " // " << TreePredicateFn(SimilarPred).getFnName() <<'\n'; in EmitPredicateFunctions()
DDAGISelMatcher.cpp156 OS.indent(indent) << "CheckPredicate " << getPredicate().getFnName() << '\n'; in printImpl()
DCodeGenDAGPatterns.h305 std::string getFnName() const;
DCodeGenDAGPatterns.cpp772 std::string TreePredicateFn::getFnName() const { in getFnName() function in TreePredicateFn
1297 OS << "<<P:" << Pred.getFnName() << ">>"; in print()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp122 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix()
178 OS << PredFn.getFnName() << "(imm" << i <<')'; in emitImmediatePredicate()
625 OS << "static bool " << I->getFnName() << "(int64_t Imm) {\n"; in printImmediatePredicates()
DDAGISelMatcher.cpp155 OS.indent(indent) << "CheckPredicate " << getPredicate().getFnName() << '\n'; in printImpl()
DDAGISelMatcherEmitter.cpp401 OS << " // " << Pred.getFnName(); in EmitMatcher()
817 OS << " // " << TreePredicateFn(SimilarPred).getFnName() <<'\n'; in EmitPredicateFunctions()
DCodeGenDAGPatterns.h491 std::string getFnName() const;
DCodeGenDAGPatterns.cpp1169 std::string TreePredicateFn::getFnName() const { in getFnName() function in TreePredicateFn
1750 OS << "<<P:" << Pred.getFnName() << ">>"; in print()
DGlobalISelEmitter.cpp88 return "GIPFP_MI_" + Predicate.getFnName(); in getEnumNameForPredicate()
90 Predicate.getFnName(); in getEnumNameForPredicate()