Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DEndian.h63 inline value_type read(const void *memory, endianness endian) { in read()
76 inline value_type read(const void *memory) { in read()
83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext()
91 inline value_type readNext(const CharT *&memory) { in readNext()
97 inline void write(void *memory, value_type value, endianness endian) { in write()
107 inline void write(void *memory, value_type value) { in write()
117 inline value_type readAtBitAlignment(const void *memory, uint64_t startBit) { in readAtBitAlignment()
151 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DMemoryMatcher.cpp12 namespace memory { namespace
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp57 const char *memory, const char *memory_tags, in __scudo_get_error_info()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h81 std::vector<const void *> memory; variable
H A DByteCode.cpp1054 const ByteCodeField *curCodeIt, MutableArrayRef<const void *> memory, in ByteCodeExecutor()
1291 MutableArrayRef<const void *> memory; member in __anonaa7cf1d91411::ByteCodeExecutor
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DFSM.py102 def __init__(self, initial_state, memory=None): argument
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h838 void *memory = allocate( variable
855 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create() local
865 void *memory = allocate( in create() local
879 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype() local
890 void *memory = allocate( in createTypeAttribute() local
903 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute() local
/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.cpp186 auto memory = dyn_cast<MemoryEffectOpInterface>(op); in visitOperation() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h139 unsigned memory; member
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp96 Value memory = rewriter.create<LLVM::GEPOp>( in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp274 Value memory = in copyUnrankedDescriptors() local
H A DMemRefBuilder.cpp45 MemRefType type, Value memory) { in fromStaticShape()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp17 gsl::owner<T> memory; member in unique_ptr
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp204 #define OWNED_BY_RTL(heap, memory) \ argument
/llvm-project-15.0.7/clang/test/Sema/
H A Duninit-variables.c399 double (*memory)[2][x] = malloc(sizeof(*memory)); // no-warning in test_vla_sizeof() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1252 llvm::SmallVector<uint8_t, 8> memory(syscall_data.Insn.size()); in Syscall() local
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp244 std::list<void *> memory; member
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp1745 hwloc_obj_t memory; in __kmp_affinity_create_hwloc_map() local
1815 hwloc_obj_t memory; in __kmp_affinity_create_hwloc_map() local
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp105 enum ProfileKinds { instr, sample, memory }; enumerator
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py532 def __init__(self, tu, memory, count): argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c1697 void testReallocEscaped(void **memory) { in testReallocEscaped()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp354 iterator_range<MemoryMemberSet::const_iterator> memory() const { in memory() function in __anonf7cb05f80111::CongruenceClass
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9041 void *memory = Allocate(sizeof(OverloadedTemplateStorage) + in getOverloadedTemplateName() local