| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 269 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local 271 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCall() 272 RetCCInfo.AnalyzeCallResult(Ins, RetCC_ARC); in LowerCall() 275 unsigned NumBytes = RetCCInfo.getStackSize(); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 743 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerCall() local 744 RetCCInfo.AnalyzeCallResult(Ins, Subtarget.isWindowedABI() ? RetCCW8_Xtensa in LowerCall() 781 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerReturn() local 782 RetCCInfo.AnalyzeReturn(Outs, RetCC_Xtensa); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1008 CCState RetCCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCCCCallTo() local 1010 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCCCCallTo() 1011 RetCCInfo.AnalyzeCallResult(Ins, RetCC_XCore); in LowerCCCCallTo() 1014 unsigned NumBytes = RetCCInfo.getStackSize(); in LowerCCCCallTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 718 CCState RetCCInfo(CallConv, IsVarArg, MF, CSKYLocs, *DAG.getContext()); in LowerCall() local 719 RetCCInfo.AnalyzeCallResult(Ins, CCAssignFnForReturn(CallConv, IsVarArg)); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2435 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, Ctx); in LowerCall() local 2436 RetCCInfo.AnalyzeCallResult(Ins, RetCC_SystemZ); in LowerCall() 2499 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, Context); in CanLowerReturn() local 2500 return RetCCInfo.CheckReturn(Outs, RetCC_SystemZ); in CanLowerReturn() 2516 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerReturn() local 2517 RetCCInfo.AnalyzeReturn(Outs, RetCC_SystemZ); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 7574 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall() local 7575 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, CC_LoongArch); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 22784 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall() local 22785 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, CC_RISCV); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8895 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local 8897 RetCCInfo.AnalyzeCallResult(Ins, RetCC); in LowerCall()
|