Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-real.c29 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/
Dinstrprof-value-prof-real.c29 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/
Dpredefined-expr-cxx14.cpp83 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate
102 (void)FTi.getFunc(); in Foo()
/external/llvm-project/clang/test/CodeGenCXX/
Dpredefined-expr-cxx14.cpp85 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate
109 (void)FTi.getFunc(); in Foo()
/external/llvm-project/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp185 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/
DMergeFunctions.cpp186 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/
DHexagonRDFOpt.cpp163 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()
DRDFDeadCode.cpp128 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/
DHexagonRDFOpt.cpp163 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()
DRDFDeadCode.cpp128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
DRDFLiveness.cpp429 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/
DHexagonRDFOpt.cpp147 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()
DRDFDeadCode.cpp117 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
146 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
DRDFLiveness.cpp328 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()
DRDFCopy.cpp119 auto BA = DFG.getFunc().Addr->findBlock(B, DFG); in scanBlock()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp462 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/
DPGOInstrumentation.cpp1004 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/
DPGOInstrumentation.cpp1082 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/
DCFGBuildResult.h34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
DCFGTest.cpp232 const FunctionDecl *Func = B.getFunc(); in TEST()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_resource_read_for_write.cc117 FuncOp func = cluster_func.getFunc(); in runOnOperation()
/external/swiftshader/third_party/subzero/src/
DIceLiveness.h70 Cfg *getFunc() const { return Func; } in getFunc() function
/external/llvm/include/llvm/ADT/
DSTLExtras.h133 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/
DRDFLiveness.cpp469 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/
DSTLExtras.h119 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function
177 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());

12