Home
last modified time | relevance | path

Searched defs:getFunc (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/unittests/Analysis/
H A DCFGBuildResult.h34 const FunctionDecl *getFunc() const { return Func; } in getFunc() function
/llvm-project/clang/test/CodeGenCXX/
H A Dpredefined-expr-cxx14.cpp85 const char *getFunc() const { return Func; } in getFunc() function in FuncTemplate
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-real.c29 FPT getFunc(int I) { return CalleeAddrs[I]; } in getFunc() function
/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp139 MachineFunction &getFunc() const { return *MBB.getParent(); } getFunc() function in __anonb4d314cf0111::EliminateFrameIndex
/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp181 Function *getFunc() const { return F; } getFunc() function in __anon04f510410111::FunctionNode
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp323 FlatSymbolRefAttr mlir::sparse_tensor::getFunc(ModuleOp module, StringRef name, in getFunc() function in mlir::sparse_tensor
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h693 Func getFunc() const { return TheFunc; } in getFunc() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1147 Function &getFunc() const { return F; } getFunc() function in __anonfed3d47e0811::PGOUseFunc
[all...]
/llvm-project/flang/lib/Lower/
H A DBridge.cpp1718 mlir::func::FuncOp getFunc(llvm::StringRef name, mlir::FunctionType ty) { getFunc() function in __anonc6773cb50211::FirConverter