Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCallingConv.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()
HDPPCISelLowering.cpp3684 FuncInfo->setVarArgsNumGPR(CCInfo.getFirstUnallocated(GPArgRegs)); in LowerFormalArguments_32SVR4()
3685 FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs)); in LowerFormalArguments_32SVR4()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCallingConvLower.h344 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const { in getFirstUnallocated() function
372 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg()
413 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMCallingConv.cpp203 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate()
247 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate()
HDARMISelLowering.cpp3935 unsigned RBeginIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in StoreByValRegs()
4038 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in LowerFormalArguments()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86CallingConv.cpp277 unsigned FirstFree = State.getFirstUnallocated(RegList); in CC_X86_32_MCUInReg()
HDX86CallLowering.cpp169 NumXMMRegs = State.getFirstUnallocated(XMMArgRegs); in assignArg()
HDX86FastISel.cpp3465 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs); in fastLowerCall()
HDX86ISelLowering.cpp3541 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in LowerFormalArguments()
3542 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(ArgXMMs); in LowerFormalArguments()
4069 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs); in LowerCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1530 if (State.getFirstUnallocated(ArgFPR32s) == array_lengthof(ArgFPR32s)) in CC_RISCV()
1532 if (State.getFirstUnallocated(ArgFPR64s) == array_lengthof(ArgFPR64s)) in CC_RISCV()
1556 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
1991 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsCallLowering.cpp502 unsigned Idx = CCInfo.getFirstUnallocated(ArgRegs); in lowerFormalArguments()
HDMipsISelLowering.cpp2902 State.getFirstUnallocated(F32Regs) != ValNo; in CC_MipsO32()
4457 unsigned Idx = State.getFirstUnallocated(ArgRegs); in writeVarArgRegs()
4523 FirstReg = State->getFirstUnallocated(IntArgRegs); in HandleByVal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCISelLowering.cpp524 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs); in LowerCallArguments()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp1350 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs); in LowerCCCArguments()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp140 unsigned RegNum = State.getFirstUnallocated(ArgRegs); in CC_SkipOdd()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp539 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs); in LowerFormalArguments_32()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp1666 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input()
1688 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp3603 unsigned FirstVariadicGPR = CCInfo.getFirstUnallocated(GPRArgRegs); in saveVarArgRegisters()
3641 unsigned FirstVariadicFPR = CCInfo.getFirstUnallocated(FPRArgRegs); in saveVarArgRegisters()