Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Support/
H A DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() argument
69 [[nodiscard]] inline value_type read(const void *memory) { in read() argument
77 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext() argument
86 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext() argument
92 write(void * memory,value_type value,endianness endian) write() argument
102 write(void * memory,value_type value) write() argument
110 writeNext(CharT * & memory,value_type value,endianness endian) writeNext() argument
117 writeNext(CharT * & memory,value_type value) writeNext() argument
127 readAtBitAlignment(const void * memory,uint64_t startBit) readAtBitAlignment() argument
162 writeAtBitAlignment(void * memory,value_type value,uint64_t startBit) writeAtBitAlignment() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp44 const char *ring_buffer, size_t ring_buffer_size, const char *memory, in __scudo_get_error_info()
/llvm-project/libc/test/IntegrationTest/
H A Dtest.cpp66 static uint8_t memory[MEMORY_SIZE]; global() variable
/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h756 void *memory = allocate( global() variable
774 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); create() local
785 void *memory = allocate( create() local
799 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); createTypeTagForDatatype() local
811 void *memory = allocate( createTypeAttribute() local
824 void *memory = allocate(AttributeFactory::PropertyAllocSize); createPropertyAttribute() local
[all...]
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Ddummy_scripted_process.py21 memory = None variable in DummyScriptedProcess
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp44 static uint8_t memory[MEMORY_SIZE]; global() variable
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.h91 std::vector<const void *> memory; variable
H A DByteCode.cpp1117 const ByteCodeField *curCodeIt, MutableArrayRef<const void *> memory, in ByteCodeExecutor()
1405 MutableArrayRef<const void *> memory; member in __anon22ebf8dc1611::ByteCodeExecutor
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp111 void *memory = AllocateMemoryOrCrash(terminator_, bytes); in cloneDescriptor() local
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseForwardDataFlowAnalysis.cpp89 // If we can't reason about the memory effects, then conservatively assume we in visitOperation() local
H A DTestDenseBackwardDataFlowAnalysis.cpp85 auto memory = dyn_cast<MemoryEffectOpInterface>(op); visitOperation() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h139 unsigned memory; member
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp296 Value memory = copyUnrankedDescriptors() local
H A DMemRefBuilder.cpp45 MemRefType type, Value memory) { in fromStaticShape() argument
51 MemRefType type, Value memory, Value alignedMemory) { in fromStaticShape() argument
/llvm-project/libcxx/test/support/
H A Dmin_allocator.h466 T* memory = std::allocator<T>().allocate(n); in allocate() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp204 OWNED_BY_RTL(heap,memory) global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp17 gsl::owner<T> memory; member in unique_ptr
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp133 Value memory = matchAndRewrite() local
[all...]
/llvm-project/clang/test/Sema/
H A Duninit-variables.c399 double (*memory)[2][x] = malloc(sizeof(*memory)); // no-warning in test_vla_sizeof() local
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp29 uint8_t memory[1024] = {0}; member
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1366 llvm::SmallVector<uint8_t, 8> memory(syscall_data.Insn.size()); Syscall() local
[all...]
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp228 std::list<void *> memory; member
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1861 hwloc_obj_t memory; __kmp_affinity_create_hwloc_map() local
1934 hwloc_obj_t memory; __kmp_affinity_create_hwloc_map() local
[all...]
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp76 enum ProfileKinds { instr, sample, memory }; global() enumerator

12