Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h19 extern const MCPhysReg ArgGPRs[NumArgGPRs];
110 unsigned Reg = State.AllocateReg(SystemZ::ArgGPRs); in CC_SystemZ_I128Indirect()
DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = { member in SystemZ
DSystemZFrameLowering.cpp116 unsigned Reg = SystemZ::ArgGPRs[FirstGPR]; in assignCalleeSavedSpillSlots()
188 SavedRegs.set(SystemZ::ArgGPRs[I]); in determineCalleeSaves()
278 addSavedGPR(MBB, MIB, SystemZ::ArgGPRs[I], true); in spillCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1407 static const MCPhysReg ArgGPRs[] = { variable
1427 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
1444 if (Register Reg = State.AllocateReg(ArgGPRs)) { in CC_RISCVAssign2XLen()
1522 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV()
1524 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1) in CC_RISCV()
1525 State.AllocateReg(ArgGPRs); in CC_RISCV()
1544 Register Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
1552 if (!State.AllocateReg(ArgGPRs)) in CC_RISCV()
1592 Reg = State.AllocateReg(ArgGPRs); in CC_RISCV()
1956 ArrayRef<MCPhysReg> ArgRegs = makeArrayRef(ArgGPRs); in LowerFormalArguments()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3539 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget); in LowerFormalArguments() local
3541 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs); in LowerFormalArguments()
3550 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) { in LowerFormalArguments()
3579 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16); in LowerFormalArguments()
3581 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, 16, false)); in LowerFormalArguments()