| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A 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);
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | predefined-expr-cxx14.cpp | 85 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate 109 (void)FTi.getFunc(); in Foo()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 183 Function *getFunc() const { return F; } in getFunc() function in __anon1cd1fc5e0111::FunctionNode 217 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 874 Function *F = FN.getFunc(); in replaceFunctionInTree() 925 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert() 927 Function *F = OldF.getFunc(); in insert() 930 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 933 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 937 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A 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()
|
| H A 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()
|
| H A D | HexagonOptAddrMode.cpp | 879 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1056 Function &getFunc() const { return F; } in getFunc() function in __anoncdb75a9b0611::PGOUseFunc 1616 Function &F = Func.getFunc(); in fixFuncEntryCount() 1665 Function &F = Func.getFunc(); in verifyFuncBFI() 1855 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1864 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1866 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1868 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 2023 return &G->getFunc().front(); in getEntryNode() 2033 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 2037 return nodes_iterator(G->getFunc().end()); in nodes_end() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Analysis/ |
| H A D | CFGBuildResult.h | 34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
|
| H A D | CFGTest.cpp | 232 const FunctionDecl *Func = B.getFunc(); in TEST()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | BoxedProcedure.cpp | 235 builder.createConvert(loc, i8Ptr, embox.getFunc()); in runOnOperation() 247 embox.getFunc()); in runOnOperation()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 467 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 741 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 775 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 1121 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 472 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() 479 for (NodeAddr<BlockNode *> BA : DFG.getFunc().Addr->members(DFG)) { in getGadgetGraph()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorConversion.cpp | 55 static FlatSymbolRefAttr getFunc(Operation *op, StringRef name, in getFunc() function 80 auto fn = getFunc(op, name, resultType, operands, emitCInterface); in createFuncCall() 90 auto fn = getFunc(op, name, resultType, operands, emitCInterface); in replaceOpWithFuncCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.cpp | 147 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in EliminateFrameIndex
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 887 mlir::func::FuncOp getFunc(llvm::StringRef name, mlir::FunctionType ty) { in getFunc() function in __anon1d418ed20211::FirConverter
|