Home
last modified time | relevance | path

Searched refs:getFirstUnallocated (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp42 unsigned RegNum = State.getFirstUnallocated(ArgRegs); in CC_PPC32_SVR4_Custom_AlignArgRegs()
67 unsigned RegNum = State.getFirstUnallocated(ArgRegs); in CC_PPC32_SVR4_Custom_SkipLastArgRegsPPCF128()
93 unsigned RegNum = State.getFirstUnallocated(ArgRegs); in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
H A DPPCISelLowering.cpp4206 FuncInfo->setVarArgsNumGPR(CCInfo.getFirstUnallocated(GPArgRegs)); in LowerFormalArguments_32SVR4()
4207 FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs)); in LowerFormalArguments_32SVR4()
6743 unsigned NextRegIndex = State.getFirstUnallocated(GPRs); in CC_AIX()
6753 NextRegIndex = State.getFirstUnallocated(GPRs); in CC_AIX()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h313 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const { in getFirstUnallocated() function
348 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg()
389 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp201 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate()
247 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate()
H A DARMISelLowering.cpp4371 unsigned RBeginIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in StoreByValRegs()
4510 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallingConv.cpp277 unsigned FirstFree = State.getFirstUnallocated(RegList); in CC_X86_32_MCUInReg()
H A DX86CallLowering.cpp79 NumXMMRegs = State.getFirstUnallocated(XMMArgRegs); in assignArg()
H A DX86FastISel.cpp3445 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs); in fastLowerCall()
H A DX86ISelLowering.cpp3947 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in createVarArgAreaAndStoreRegisters()
3948 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(ArgXMMs); in createVarArgAreaAndStoreRegisters()
4712 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs); in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp410 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in lowerFormalArguments()
H A DMipsISelLowering.cpp2912 State.getFirstUnallocated(F32Regs) != ValNo; in CC_MipsO32()
4506 unsigned Idx = State.getFirstUnallocated(ArgRegs); in writeVarArgRegs()
4572 FirstReg = State->getFirstUnallocated(IntArgRegs); in HandleByVal()
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp560 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs); in LowerCallArguments()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1922 if (State.getFirstUnallocated(ArgFPR32s) == std::size(ArgFPR32s)) in CC_LoongArch()
1945 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_LoongArch()
2265 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp368 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1344 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs); in LowerCCCArguments()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp148 unsigned RegNum = State.getFirstUnallocated(ArgRegs); in CC_SkipOdd()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp585 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments_32()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12034 if (State.getFirstUnallocated(ArgFPR32s) == std::size(ArgFPR32s)) { in CC_RISCV()
12061 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
12686 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1975 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1997 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6695 unsigned FirstVariadicGPR = CCInfo.getFirstUnallocated(GPRArgRegs); in saveVarArgRegisters()
6743 unsigned FirstVariadicFPR = CCInfo.getFirstUnallocated(FPRArgRegs); in saveVarArgRegisters()