Home
last modified time | relevance | path

Searched refs:ArgGPRs (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h20 extern const MCPhysReg ArgGPRs[NumArgGPRs];
111 unsigned Reg = State.AllocateReg(SystemZ::ArgGPRs); in CC_SystemZ_I128Indirect()
DSystemZCallingConv.cpp15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = { member in SystemZ
DSystemZFrameLowering.cpp82 SavedRegs.set(SystemZ::ArgGPRs[I]); in determineCalleeSaves()
171 unsigned Reg = SystemZ::ArgGPRs[FirstGPR]; in spillCalleeSavedRegisters()
204 addSavedGPR(MBB, MIB, SystemZ::ArgGPRs[I], true); in spillCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h20 extern const MCPhysReg ArgGPRs[NumArgGPRs];
111 unsigned Reg = State.AllocateReg(SystemZ::ArgGPRs); in CC_SystemZ_I128Indirect()
DSystemZCallingConv.cpp15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = { member in SystemZ
DSystemZFrameLowering.cpp82 SavedRegs.set(SystemZ::ArgGPRs[I]); in determineCalleeSaves()
171 unsigned Reg = SystemZ::ArgGPRs[FirstGPR]; in spillCalleeSavedRegisters()
204 addSavedGPR(MBB, MIB, SystemZ::ArgGPRs[I], true); in spillCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp652 static const MCPhysReg ArgGPRs[] = { variable
664 if (unsigned Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
681 if (unsigned Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
722 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
724 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
725 State.AllocateReg(ArgGPRs); in CC_RISCV()
743 unsigned Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
751 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()
785 unsigned Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
1032 ArrayRef<MCPhysReg> ArgRegs = makeArrayRef(ArgGPRs); in LowerFormalArguments()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3195 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in LowerFormalArguments() local
3197 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in LowerFormalArguments()
3206 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) { in LowerFormalArguments()
3235 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16); in LowerFormalArguments()
3237 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, 16, false)); in LowerFormalArguments()