Searched refs:RetRegs (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AVR.cpp | 30 const unsigned RetRegs; member in __anone82284d00111::AVRABIInfo 34 : DefaultABIInfo(CGT), ParamRegs(NPR), RetRegs(NRR) {} in AVRABIInfo() 42 getContext().getTypeSize(Ty) <= RetRegs * 8) in classifyReturnType() 46 if (getContext().getTypeSize(Ty) > RetRegs * 8) { in classifyReturnType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 363 Register RetRegs[] = {MRI.createGenericVirtualRegister(LLT::scalar(32)), in legalizeCustom() local 365 auto Status = createLibcall(MIRBuilder, Libcall, {RetRegs, RetTy, 0}, in legalizeCustom()
|
H A D | ARMFastISel.cpp | 2093 SmallVector<unsigned, 4> RetRegs; in SelectRet() local 2154 RetRegs.push_back(VA.getLocReg()); in SelectRet() 2169 for (unsigned R : RetRegs) in SelectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1699 SmallVector<unsigned, 4> RetRegs; in SelectRet() local 1732 RetRegs.push_back(RetReg); in SelectRet() 1745 RetRegs.push_back(VA.getLocReg()); in SelectRet() 1787 TII.get(TargetOpcode::COPY), RetRegs[i]) in SelectRet() 1796 for (unsigned Reg : RetRegs) in SelectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1682 SmallVector<unsigned, 4> RetRegs; in selectRet() local 1763 RetRegs.push_back(VA.getLocReg()); in selectRet() 1766 for (unsigned Reg : RetRegs) in selectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1210 SmallVector<unsigned, 4> RetRegs; in X86SelectRet() local 1279 RetRegs.push_back(VA.getLocReg()); in X86SelectRet() 1297 RetRegs.push_back(RetReg); in X86SelectRet() 1310 for (unsigned Reg : RetRegs) in X86SelectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3863 SmallVector<unsigned, 4> RetRegs; in selectRet() local 3939 RetRegs.push_back(VA.getLocReg()); in selectRet() 3944 for (unsigned RetReg : RetRegs) in selectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 781 SmallVector<Register> RetRegs; in createAtomicLibcall() local 791 RetRegs.push_back(Ret); in createAtomicLibcall() 796 RetRegs.push_back(Success); in createAtomicLibcall() 812 RetRegs.push_back(Ret); in createAtomicLibcall() 845 Info.OrigRet = CallLowering::ArgInfo(RetRegs, RetTy, 0); in createAtomicLibcall()
|