| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 275 bool isAllocated(MCRegister Reg) const { in isAllocated() function 336 if (!isAllocated(Regs[i])) in getFirstUnallocated() 342 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg() 350 if (isAllocated(Reg)) in AllocateReg() 358 if (isAllocated(Reg)) in AllocateReg() 391 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 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()
|
| H A D | X86ISelLowering.cpp | 3989 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 89 if (!isAllocated()) in ~PackedCounterArray() 98 bool isAllocated() const { return !!Buffer; } in isAllocated() function 233 if (!Counters.isAllocated()) in releaseFreeMemoryToOS()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 450 auto isAllocated = builder.genIsNotNullAddr(loc, addr); in genFinalization() local 451 auto ifOp = builder.create<fir::IfOp>(loc, isAllocated, in genFinalization() 723 auto isAllocated = builder.genIsNotNullAddr(loc, addr); in genReallocIfNeeded() local 747 .genIfOp(loc, {i1Type, addrType}, isAllocated, in genReallocIfNeeded() 831 return {newValue, addr, wasReallocated, isAllocated}; in genReallocIfNeeded()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon1e23d2c20111::HandleState 245 if (HState && (HState->isAllocated() || HState->maybeAllocated())) in REGISTER_MAP_WITH_PROGRAMSTATE() 516 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated()) in checkDeadSymbols()
|
| H A D | MallocChecker.cpp | 164 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonac89c38b0211::RefState 980 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated() 982 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated() 1014 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed() 1016 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed() 1554 if (RS->isAllocated()) in ProcessZeroAllocCheck() 1997 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux() 2016 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux() 2812 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols() 3328 if (RS->isAllocated() || RS->isAllocatedOfSizeZero()) in checkPointerEscapeAux() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 160 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 64 RegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()
|
| H A D | AArch64ISelLowering.cpp | 6022 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 70 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 513 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 3166 mlir::Value isAllocated = in genRawProcedureRef() local 3179 loc, isAllocated, convertedBox, absent)); in genRawProcedureRef()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 69 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
|