Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst1309 .. _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 Duser.pod2802 =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 DSVEIntrinsicOpts.cpp244 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 DResultAnalyzer.cpp108 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 DResultAnalyzerMain.cpp144 std::vector<FunctionData> Functions = getThroughputs(Samples); in Main() local
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst237 Functions chapter
/llvm-project-15.0.7/llvm/unittests/Transforms/IPO/
H A DAttributorTest.cpp52 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 DPruneEH.cpp62 static bool runImpl(CallGraphUpdater &CGU, SetVector<Function *> &Functions) { in runImpl()
166 SetVector<Function *> Functions; in runOnSCC() local
H A DCalledValuePropagation.cpp75 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal()
108 std::vector<Function *> Functions; member in __anone891627b0111::CVPLatticeVal
H A DBlockExtractor.cpp186 SmallVector<Function *, 4> Functions; in runOnModule() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c56 f_t Functions[MAX_N_FUNCTIONS]; variable
/llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c50 f_t Functions[MAX_N_FUNCTIONS]; variable
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h74 NameSet Functions; variable
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface_internal.h80 size_t Functions; member
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h111 std::unordered_map<size_t, CoverageVector> Functions; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp239 MethodAddressVector Functions; in notifyObjectLoaded() local
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp142 const auto &Functions = BC.getBinaryFunctions(); in writeProfile() local
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md50 ### Functions subsection
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbols.cpp167 auto Functions = functionDecl(CommonFilter, unless(hasParent(friendDecl())), in registerMatchers() local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h71 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageReport.cpp95 ArrayRef<StringRef> Functions) { in adjustColumnWidths()
314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports() local
H A DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp557 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 DDebugify.cpp81 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 DExecutionEngineBindings.cpp350 SimpleBindingMMFunctions Functions; member in __anon37a441510111::SimpleBindingMemoryManager
355 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()

123