Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h277 bool isAllocated(MCRegister Reg) const { in isAllocated() function
338 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()
/netbsd-src/external/apache2/llvm/dist/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 DX86ISelLowering.cpp3581 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp154 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon093a02e60211::RefState
768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon093a02e60411::MallocBugVisitor
772 (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 …]
H A DFuchsiaHandleChecker.cpp123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon839dddbd0111::HandleState
245 if (HState && (HState->isAllocated() || HState->maybeAllocated())) in REGISTER_MAP_WITH_PROGRAMSTATE()
520 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated()) in checkDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h158 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp64 RegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()
H A DAArch64ISelLowering.cpp5058 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp72 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp496 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp67 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()