Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/docs/
H A DSPIRVUsage.rst381 Instructions as Function CallsBuiltin Functions global() argument
398 Extended Instruction SetsBuiltin Functions global() argument
412 Builtin VariablesBuiltin Functions global() argument
426 Vector Load and Store BuiltinsBuiltin Functions global() argument
434 Atomic OperationsBuiltin Functions global() argument
442 Image OperationsBuiltin Functions global() argument
449 Group and Subgroup OperationsBuiltin Functions global() argument
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/libc/docs/
H A Dctype.rst
H A Dstdbit.rst
H A Dthreads.rst
H A Dsignal.rst
H A Dfenv.rst
/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod2840 =head2 Functions section in Integer Set Library
2852 =head3 Primitive Functions
3094 =head3 Reductions
3139 =head3 Multiple Expressions
3613 =head3 Piecewise Expressions
3976 =head3 Union Expressions
/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp246 optimizePTrueIntrinsicCalls(SmallSetVector<Function *,4> & Functions) optimizePTrueIntrinsicCalls() argument
399 optimizeInstructions(SmallSetVector<Function *,4> & Functions) optimizeInstructions() argument
427 optimizeFunctions(SmallSetVector<Function *,4> & Functions) optimizeFunctions() argument
438 SmallSetVector<Function *, 4> Functions; runOnModule() local
[all...]
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp64 struct Functions { struct
65 sys::Mutex Lock;
66 std::map<const Function *, ExFunc> ExportedFunctions;
67 std::map<std::string, ExFunc> FuncNames;
69 std::map<const Function *, RawFunc> RawFunctions;
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst237 Functions chapter
/llvm-project/llvm/unittests/Transforms/IPO/
H A DAttributorTest.cpp52 SetVector<Function *> Functions; in TEST_F() local
147 SetVector<Function *> Functions; in TEST_F() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c56 f_t Functions[MAX_N_FUNCTIONS]; variable
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c50 f_t Functions[MAX_N_FUNCTIONS]; variable
/llvm-project/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DASTOps.h140 llvm::DenseSet<const FunctionDecl *> Functions; global() member
/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h78 size_t Functions; global() member
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h111 std::unordered_map<size_t, CoverageVector> Functions; variable
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp239 MethodAddressVector Functions; in notifyObjectLoaded() local
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
/llvm-project/mlir/docs/Dialects/
H A DLLVM.md50 ### Functions subsection
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbols.cpp168 auto Functions = functionDecl(CommonFilter, unless(hasParent(friendDecl())), in registerMatchers() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp130 SmallVector<Function *, 4> Functions; in runOnModule() local
H A DCalledValuePropagation.cpp74 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal() argument
107 std::vector<Function *> Functions; member in __anonca6fa95e0111::CVPLatticeVal
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h69 enum class SymLevel { Functions, Data, Thunks, All }; enumerator

1234