Searched refs:isAllocated (Results 1 – 11 of 11) sorted by relevance
277 bool isAllocated(MCRegister Reg) const { in isAllocated() function338 if (!isAllocated(Regs[i])) in getFirstUnallocated()344 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg()352 if (isAllocated(Reg)) in AllocateReg()360 if (isAllocated(Reg)) in AllocateReg()393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
41 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()
3581 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
154 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon093a02e60211::RefState768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon093a02e60411::MallocBugVisitor772 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()774 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()808 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()810 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()1342 if (RS->isAllocated()) in ProcessZeroAllocCheck()1785 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()1804 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()2596 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()[all …]
123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon839dddbd0111::HandleState245 if (HState && (HState->isAllocated() || HState->maybeAllocated())) in REGISTER_MAP_WITH_PROGRAMSTATE()520 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated()) in checkDeadSymbols()
158 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
64 RegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()
5058 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
72 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
496 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
67 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()