| /llvm-project-15.0.7/libc/src/__support/threads/linux/ |
| H A D | mutex.h | 34 Free, enumerator 43 futex_word(FutexWordType(LockState::Free)) {} in Mutex() 52 mutex->futex_word.set(FutexWordType(LockState::Free)); in init() 63 FutexWordType mutex_status = FutexWordType(LockState::Free); in lock() 98 case LockState::Free: in lock() 109 FutexWordType(LockState::Free))) { in unlock() 119 FutexWordType(LockState::Free))) in unlock()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection() 68 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection() 69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection() 88 FreeMB.Free = in allocateSection() 140 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize); in allocateSection() 215 FreeMB.Free = trimBlockToPageSize(FreeMB.Free); in applyMemoryGroupPermissions() 222 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | attr-target-mv-func-ptrs.c | 13 FuncPtr Free = &foo; in bar() local 17 return Free(1) + Free(2); in bar()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_dlsym.h | 50 static void Free(void *ptr) { in Free() function 61 Free(ptr); in Realloc() 69 Free(ptr); in Realloc()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 16 2. :ref:`msf_freeblockmap` (also know as Free Page Map, or FPM) 24 2. Free Block Map 1 (corresponds to ``SuperBlock::FreeBlockMapBlock`` 1) 25 3. Free Block Map 2 (corresponds to ``SuperBlock::FreeBlockMapBlock`` 2) 37 | Meaning | :ref:`msf_superblock` | Free Block Map 1 | Free Block Map 2 | Data | \| | Data … 93 The Free Block Map 96 The Free Block Map (sometimes referred to as the Free Page Map, or FPM) is a 107 The Free Block Maps are stored as a series of single blocks throughout the file
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | attr-target-mv-func-ptrs.cpp | 28 FuncPtr Free = &foo; in bar() local 32 return Free(1) + (s.*Member)(2); in bar()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 40 Free(clock); in Reset() 41 Free(read_clock); in Reset() 84 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); in FreeRange() 92 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange() 218 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
|
| H A D | tsan_rtl_thread.cpp | 161 Free(thr->tctx->sync); in ThreadStart() 241 Free(thr->shadow_stack); in ThreadFinish() 303 Free(arg.sync); in ThreadJoin() 321 void ThreadContext::OnDetached(void *arg) { Free(sync); } in OnDetached() 355 Free(fiber); in FiberDestroy()
|
| H A D | tsan_mman.h | 64 void Free(T *&p) { in Free() function 76 Free(p); in DestroyAndFree()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.h | 62 void Free(T *&p) { in Free() function 74 Free(p); in DestroyAndFree()
|
| H A D | tsan_sync.cpp | 96 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); in FreeRange() 103 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange() 207 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | SideEffectInterfaces.cpp | 27 return isa<Allocate, Free, Read, Write>(effect); in classof() 127 template bool mlir::hasSingleEffect<MemoryEffects::Free>(Operation *, Value);
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 39 return DlsymAlloc::Free(ptr); in INTERCEPTOR() 47 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | ManagedMemoryRewrite.cpp | 372 Function *Free = M.getFunction("free"); in runOnModule() local 374 if (Free) { in runOnModule() 379 replaceAllUsesAndConstantUses(Free, PollyFreeManaged, Builder); in runOnModule() 380 Free->eraseFromParent(); in runOnModule()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformInterfaces.cpp | 182 return isa<MemoryEffects::Free>(effect.getEffect()) && in checkAndRecordHandleInvalidation() 233 isa<MemoryEffects::Free>(effect.getEffect()); in applyTransform() 357 effects.emplace_back(MemoryEffects::Free::get(), handle, in consumesHandle() 378 hasEffect<MemoryEffects::Free, TransformMappingResource>(effects); in isHandleConsumed()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 77 return DlsymAlloc::Free(ptr); in __sanitizer_free() 87 return DlsymAlloc::Free(ptr); in __sanitizer_cfree()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | private-headers-old.test | 68 LOADCFG-NEXT: Decommit Free Block Threshold: 0 69 LOADCFG-NEXT: Decommit Total Free Threshold: 0
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | wrappers_c_test.cpp | 276 size_t Free = MI.fordblks; in TEST() local 279 EXPECT_GE(static_cast<size_t>(MI.fordblks), Free + BypassQuarantineSize); in TEST() 294 size_t Free = MI.fordblks; in TEST() local 297 EXPECT_GE(MI.fordblks, Free + BypassQuarantineSize); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 51 return DlsymAlloc::Free(ptr); in INTERCEPTOR() 59 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/ |
| H A D | nofree-attributor.ll | 8 ; Free functions 37 ; Free occurs in same scc. 72 ; Free doesn't occur.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | dump-fpm.test | 3 CHECK: Free Page Map
|
| H A D | write-fpm.test | 5 CHECK: Free Page Map
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_mman_test.cpp | 32 Free(p); in TEST() 33 Free(p2); in TEST()
|
| H A D | tsan_dense_alloc_test.cpp | 48 alloc.Free(&cache, idx); in TEST()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | SideEffectInterfaces.h | 236 struct Free : public Effect::Base<Free> {}; struct
|