Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A 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);
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpredefined-expr-cxx14.cpp85 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 DMergeFunctions.cpp183 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 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()
H A 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()
H A DHexagonOptAddrMode.cpp879 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1056 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 DCFGBuildResult.h34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
H A DCFGTest.cpp232 const FunctionDecl *Func = B.getFunc(); in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp235 builder.createConvert(loc, i8Ptr, embox.getFunc()); in runOnOperation()
247 embox.getFunc()); in runOnOperation()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFLiveness.cpp467 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 DX86LoadValueInjectionLoadHardening.cpp472 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 DSparseTensorConversion.cpp55 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 DVERegisterInfo.cpp147 MachineFunction &getFunc() const { return *MBB.getParent(); } in getFunc() function in EliminateFrameIndex
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp887 mlir::func::FuncOp getFunc(llvm::StringRef name, mlir::FunctionType ty) { in getFunc() function in __anon1d418ed20211::FirConverter