| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mem_map_base.h | 27 DCHECK(!isAllocated()); 34 DCHECK(isAllocated()); in unmap() 43 DCHECK(isAllocated()); 51 DCHECK(isAllocated()); in setMemoryPermission() 60 DCHECK(isAllocated()); in releasePagesToOS() 67 DCHECK(isAllocated()); in releaseAndZeroPagesToOS() 75 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
|
| H A D | release.h | 214 if (!isAllocated()) in ~RegionPageMap() 253 bool isAllocated() const { return Buffer.Data != nullptr; } in isAllocated() function 437 return PageMap.isAllocated(); in hasBlockMarked() 441 if (PageMap.isAllocated()) in ensurePageMapAllocated() 445 return PageMap.isAllocated(); in ensurePageMapAllocated()
|
| H A D | primary64.h | 162 if (MemMap.isAllocated()) in unmapTestOnly() 573 !Region->MemMapInfo.MemMap.isAllocated()) { in getRegionBaseByClassId() 609 DCHECK(!Region->MemMapInfo.MemMap.isAllocated()); in initRegion() 610 DCHECK(MemMap.isAllocated()); in initRegion() 1019 !Region->MemMapInfo.MemMap.isAllocated()) { in populateFreeListAndPopBlocks() 1034 DCHECK(Region->MemMapInfo.MemMap.isAllocated()); in populateFreeListAndPopBlocks()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 256 bool isAllocated(MCRegister Reg) const { in isAllocated() function 317 if (!isAllocated(Regs[i])) in getFirstUnallocated() 323 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg() 331 if (isAllocated(Reg)) in AllocateReg() 339 if (isAllocated(Reg)) in AllocateReg() 372 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 42 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs() 104 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister() 148 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
|
| H A D | X86ISelLoweringCall.cpp | 1641 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 66 ZRegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock() 72 PRegsAllocated[I] = State.isAllocated(PRegList[I]); in finishStackBlock()
|
| H A D | AArch64ISelLowering.cpp | 7615 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 124 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anonec9de0470111::HandleState 246 if (HState && (HState->isAllocated() || HState->maybeAllocated())) in REGISTER_MAP_WITH_PROGRAMSTATE() 517 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated()) in checkDeadSymbols()
|
| H A D | MallocChecker.cpp | 165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon63f02cb00211::RefState 886 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon63f02cb00611::MallocBugVisitor 890 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated() 892 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated() 924 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed() 926 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed() 1519 if (RS->isAllocated()) in ProcessZeroAllocCheck() 2039 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux() 2058 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux() 2856 if (State.isAllocated() || State.isAllocatedOfSizeZero()) in checkDeadSymbols() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 160 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 73 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 517 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 77 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR() 3152 if (CCInfo.isAllocated(AMDGPU::VGPR_32RegClass.getRegister(i))) in CanLowerReturn()
|