/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-value-prof-real.c | 29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function 41 FPT Fp = getFunc(I); 46 Fp = getFunc(511 - I); 50 Fp = getFunc(I); 54 Fp = getFunc(I); 58 Fp = getFunc(I); 62 Fp = getFunc(I);
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-value-prof-real.c | 29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function 41 FPT Fp = getFunc(I); 46 Fp = getFunc(511 - I); 50 Fp = getFunc(I); 54 Fp = getFunc(I); 58 Fp = getFunc(I); 62 Fp = getFunc(I);
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr-cxx14.cpp | 83 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate 102 (void)FTi.getFunc(); in Foo()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | predefined-expr-cxx14.cpp | 85 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate 109 (void)FTi.getFunc(); in Foo()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 185 Function *getFunc() const { return F; } in getFunc() function in __anonc40c55050111::FunctionNode 219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 866 Function *F = FN.getFunc(); in replaceFunctionInTree() 917 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert() 919 Function *F = OldF.getFunc(); in insert() 922 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 925 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 929 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 186 Function *getFunc() const { return F; } in getFunc() function in __anon0cf0ecf90111::FunctionNode 220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 867 Function *F = FN.getFunc(); in replaceFunctionInTree() 918 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert() 920 Function *F = OldF.getFunc(); in insert() 923 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 926 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 930 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFDeadCode.cpp | 128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFDeadCode.cpp | 128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
D | RDFLiveness.cpp | 429 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 686 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 720 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 1069 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 147 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 299 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 306 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFDeadCode.cpp | 117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
D | RDFLiveness.cpp | 328 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 530 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 564 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 895 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
D | RDFCopy.cpp | 119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG); in scanBlock()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 462 Function *getFunc() const { return F; } in getFunc() function in __anon9a506ed70111::FunctionNode 1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 1777 Function *F = FN.getFunc(); in replaceFunctionInTree() 1826 if ((OldF.getFunc()->isInterposable() && !NewFunction->isInterposable()) || in insert() 1827 (OldF.getFunc()->isInterposable() == NewFunction->isInterposable() && in insert() 1828 OldF.getFunc()->getName() > NewFunction->getName())) { in insert() 1830 Function *F = OldF.getFunc(); in insert() 1833 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 1836 DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 1840 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1004 Function &getFunc() const { return F; } in getFunc() function in __anon67a221360511::PGOUseFunc 1603 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1612 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1614 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1616 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1757 return &G->getFunc().front(); in getEntryNode() 1767 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 1771 return nodes_iterator(G->getFunc().end()); in nodes_end() 1780 return G->getFunc().getName(); in getGraphName()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1082 Function &getFunc() const { return F; } in getFunc() function in __anon5ac421420611::PGOUseFunc 1727 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1736 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1738 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1740 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1884 return &G->getFunc().front(); in getEntryNode() 1894 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 1898 return nodes_iterator(G->getFunc().end()); in nodes_end() 1907 return std::string(G->getFunc().getName()); in getGraphName()
|
/external/llvm-project/clang/unittests/Analysis/ |
D | CFGBuildResult.h | 34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
|
D | CFGTest.cpp | 232 const FunctionDecl *Func = B.getFunc(); in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tpu_resource_read_for_write.cc | 117 FuncOp func = cluster_func.getFunc(); in runOnOperation()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 70 Cfg *getFunc() const { return Func; } in getFunc() function
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 133 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 469 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 743 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 777 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 1126 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 119 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 177 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|