| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CommandLine.rst | 1309 .. _cl::getRegisteredOptions: 1311 The ``cl::getRegisteredOptions`` function 1361 The ``cl::ParseCommandLineOptions`` function 1372 The ``cl::SetVersionPrinter`` function 1389 The ``cl::opt`` class 1420 The ``cl::list`` class 1441 The ``cl::bits`` class 1461 The ``cl::alias`` class 1479 The ``cl::extrahelp`` class 1506 The ``cl::OptionCategory`` class
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 2802 =head2 Functions section in Integer Set Library 2814 =head3 Primitive Functions 3056 =head3 Reductions 3101 =head3 Multiple Expressions 3575 =head3 Piecewise Expressions 3927 =head3 Union Expressions
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 244 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() 403 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() 431 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() 442 SmallSetVector<Function *, 4> Functions; in runOnModule() local
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | ResultAnalyzer.cpp | 108 std::unordered_map<FunctionId, FunctionData, FunctionId::Hasher> Functions; in getThroughputs() local 127 void fillScores(MutableArrayRef<FunctionData> Functions) { in fillScores() 172 void castVotes(MutableArrayRef<FunctionData> Functions) { in castVotes()
|
| H A D | ResultAnalyzerMain.cpp | 144 std::vector<FunctionData> Functions = getThroughputs(Samples); in Main() local
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 237 Functions chapter
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/IPO/ |
| H A D | AttributorTest.cpp | 52 SetVector<Function *> Functions; in TEST_F() local 146 SetVector<Function *> Functions; in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PruneEH.cpp | 62 static bool runImpl(CallGraphUpdater &CGU, SetVector<Function *> &Functions) { in runImpl() 166 SetVector<Function *> Functions; in runOnSCC() local
|
| H A D | CalledValuePropagation.cpp | 75 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal() 108 std::vector<Function *> Functions; member in __anone891627b0111::CVPLatticeVal
|
| H A D | BlockExtractor.cpp | 186 SmallVector<Function *, 4> Functions; in runOnModule() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | stress_dtls.c | 56 f_t Functions[MAX_N_FUNCTIONS]; variable
|
| /llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/ |
| H A D | stress_dtls.c | 50 f_t Functions[MAX_N_FUNCTIONS]; variable
|
| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.h | 74 NameSet Functions; variable
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_interface_internal.h | 80 size_t Functions; member
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.h | 111 std::unordered_map<size_t, CoverageVector> Functions; variable
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 239 MethodAddressVector Functions; in notifyObjectLoaded() local 362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileWriter.cpp | 142 const auto &Functions = BC.getBinaryFunctions(); in writeProfile() local
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | LLVM.md | 50 ### Functions subsection
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbols.cpp | 167 auto Functions = functionDecl(CommonFilter, unless(hasParent(friendDecl())), in registerMatchers() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 71 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 95 ArrayRef<StringRef> Functions) { in adjustColumnWidths() 314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports() local
|
| H A D | CoverageExporterLcov.cpp | 57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 557 FunctionMap Functions; member in __anon0b9bcdd90211::StackSafetyDataFlowAnalysis 579 StackSafetyDataFlowAnalysis(uint32_t PointerBitWidth, FunctionMap Functions) in StackSafetyDataFlowAnalysis() 806 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo() 878 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo() local 1119 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 81 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata() 289 iterator_range<Module::iterator> Functions, in collectDebugInfoMetadata() 528 iterator_range<Module::iterator> Functions, in checkDebugInfoMetadata() 696 iterator_range<Module::iterator> Functions, in checkDebugifyMetadata()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 350 SimpleBindingMMFunctions Functions; member in __anon37a441510111::SimpleBindingMemoryManager 355 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()
|