Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h27 DCHECK(!isAllocated());
34 DCHECK(isAllocated()); in unmap()
45 DCHECK(isAllocated());
53 DCHECK(isAllocated()); in setMemoryPermission()
62 DCHECK(isAllocated()); in releasePagesToOS()
69 DCHECK(isAllocated()); in releaseAndZeroPagesToOS()
77 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
H A Drelease.h222 if (!isAllocated()) in ~RegionPageMap()
261 bool isAllocated() const { return Buffer.Data != nullptr; } in isAllocated() function
445 return PageMap.isAllocated(); in hasBlockMarked()
449 if (PageMap.isAllocated()) in ensurePageMapAllocated()
453 return PageMap.isAllocated(); in ensurePageMapAllocated()
H A Dprimary64.h206 !Region->MemMapInfo.MemMap.isAllocated()) { in getRegionBaseByClassId()
380 DCHECK(!Region->MemMapInfo.MemMap.isAllocated()); in initRegion()
381 DCHECK(MemMap.isAllocated()); in initRegion()
410 if (MemMap.isAllocated()) in unmapTestOnly()
681 !Region->MemMapInfo.MemMap.isAllocated()) { in populateFreeListAndPopBlocks()
696 DCHECK(Region->MemMapInfo.MemMap.isAllocated()); in populateFreeListAndPopBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h257 bool isAllocated(MCRegister Reg) const { in isAllocated() function
319 if (!isAllocated(Regs[i])) in getFirstUnallocated()
325 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg()
333 if (isAllocated(Reg)) in AllocateReg()
341 if (isAllocated(Reg)) in AllocateReg()
375 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp41 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs()
103 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister()
147 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
H A DX86ISelLoweringCall.cpp1672 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp65 ZRegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()
71 PRegsAllocated[I] = State.isAllocated(PRegList[I]); in finishStackBlock()
H A DAArch64ISelLowering.cpp8095 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp197 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon0957485b0211::RefState
996 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon0957485b0611::MallocBugVisitor
1000 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()
1002 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()
1034 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()
1036 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()
1715 if (RS->isAllocated()) in ProcessZeroAllocCheck()
2290 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()
2310 if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
3028 if (State.isAllocated() || State.isAllocatedOfSizeZero()) in checkDeadSymbols()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h171 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp73 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp566 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp85 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
3270 if (CCInfo.isAllocated(AMDGPU::VGPR_32RegClass.getRegister(i))) in CanLowerReturn()