| /llvm-project-15.0.7/flang/runtime/ |
| H A D | lock.h | 41 void Take() { in Take() function 50 void Take() { EnterCriticalSection(&cs_); } 54 void Take() { mutex_.lock(); } 78 explicit CriticalSection(Lock &lock) : lock_{lock} { lock_.Take(); } in CriticalSection()
|
| H A D | unit.h | 74 lock_.Take(); // dropped in EndIoStatement() in BeginIoStatement()
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | reference-counted.h | 39 CountedReference(type *m) : p_{m} { Take(); } in CountedReference() 40 CountedReference(const CountedReference &c) : p_{c.p_} { Take(); } in CountedReference() 43 c.Take(); 62 void Take() const { in Take() function
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-lipo.rst | 29 Take a single input file and verify the specified architectures are present in the file. 34 Take a single input file and display the architectures present in the file. 40 Take at least one input file and display the descriptions of each file. 48 Take a single universal binary input file and the thin flag followed by an architecture type. 53 Take at least one input file and require the output flag to be specified. 58 Take a single universal binary input file and require the output flag to be specified.
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 66 auto str = Take<PythonString>(str_obj); in As() 380 return Take<PythonString>(str); in FromUTF8() 505 *this = Take<PythonList>(PyList_New(0)); in PythonList() 561 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple() 632 *this = Take<PythonDictionary>(PyDict_New()); in PythonDictionary() 740 return Take<PythonModule>(mod); in Import() 1423 return Take<PythonFile>(file_obj); in FromFile() 1438 Take<PythonObject>(o); in Init() 1463 auto code_ref = Take<PythonObject>(code); in runStringOneLine() 1470 return Take<PythonObject>(result); in runStringOneLine() [all …]
|
| H A D | PythonDataObjects.h | 120 template <typename T> T Take(PyObject *obj) { in Take() function 311 return python::Take<PythonObject>(obj); 321 return python::Take<PythonObject>(obj); 330 return python::Take<PythonObject>(obj);
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p15-cxx0x.cpp | 80 template<template<decltype(X)> class ...Take, 83 typedef types<typename Take<_>::type...> take;
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 74 dict = Take<PythonDictionary>(new_dict); in TEST_F() 77 dict = Take<PythonDictionary>(PyDict_New()); in TEST_F() 612 auto lambda = Take<PythonCallable>(o); in TEST_F() 622 auto lambda = Take<PythonCallable>(o); in TEST_F() 632 auto lambda = Take<PythonCallable>(o); in TEST_F() 642 auto lambda = Take<PythonCallable>(o); in TEST_F() 653 auto lambda = Take<PythonCallable>(o); in TEST_F() 692 Take<PythonObject>(o); in TEST_F()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | typo-correction.cpp | 765 int Take(); // expected-note{{'Views::Take' declared here}} 769 using Views::Take; 785 …int x = ::Take(); // expected-error{{no member named 'Take' in the global namespace; did you mean … in function()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | MachO_weak_definitions.s | 32 # Take the address of ExtraDefAddrInExtraFile to force its materialization
|
| H A D | MachO_absolute_symbols.s | 25 # Take the address of GlobalAbsoluteSymDefValue and LocalAbsoluteSymDefValue
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BranchWeightMetadata.rst | 182 default: break; // Take this case with probability 10% 183 case 0: break; // Take this case with probability 10% 184 case 3: break; // Take this case with probability 10%
|
| H A D | NewPassManager.rst | 26 // Take a look at the PassBuilder constructor parameters for more 328 as the key for cached analyses. Take care in the pass to either clear the
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 80 // - $X - Take the type of parameter/variable X. For example: 103 // dup - Take a scalar argument and create a vector by duplicating it into 108 // dup_typed - Take a vector and a scalar argument, and create a new vector of 161 // highhalf - Take only the high half of the input. 164 // highhalf - Take only the low half of the input.
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | gfids-icf.s | 68 # Take their two addresses.
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | testlink.ll | 64 ; Take value from other module.
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | clc_tan.cl | 42 //Take care of subnormals
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 7 Take a look at this document (which describes the order of optimizations
|
| H A D | 2003-06-26-Reoptimizer2.txt | 6 Take in a set of instructions with some particular register
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | AddingNewCIJobs.rst | 24 Take a look at how the surrounding jobs are defined and do something similar.
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | GenericOpcode.rst | 369 Take the minimum/maximum of two values. 378 Take the absolute value of a signed integer. The absolute value of the minimum 470 Take the absolute value of a floating point value.
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README-X86-64.txt | 127 Take the following code
|
| H A D | README.txt | 261 Take a look at darwin.h, there are other Darwin assembler directives that we 940 Take the following code (from 1055 Take the following: 1218 Take something like the following on x86-32: 1439 Take the following C code:
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | base-config-ix.cmake | 69 # Take output dir and install path from the user.
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Quantization.md | 258 1. Take input min/max information and set the ArrayInfo (which really is
|