HomeSort by: relevance | last modified time | path
    Searched refs:ArgGPRs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 6605 static const MCPhysReg ArgGPRs[] = {
6640 if (Register Reg = State.AllocateReg(ArgGPRs)) {
6658 if (Register Reg = State.AllocateReg(ArgGPRs)) {
6739 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs);
6741 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1)
6742 State.AllocateReg(ArgGPRs);
6761 Register Reg = State.AllocateReg(ArgGPRs);
6769 if (!State.AllocateReg(ArgGPRs))
6846 Reg = State.AllocateReg(ArgGPRs);
6850 Reg = State.AllocateReg(ArgGPRs);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 3464 ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget);
3467 unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs);
3487 FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16);
3489 ArgGPRs.size() * 8 + ArgXMMs.size() * 16, Align(16), false));
3499 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) {
    [all...]

Completed in 31 milliseconds