| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 286 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local 288 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCall() 289 RetCCInfo.AnalyzeCallResult(Ins, RetCC_ARC); in LowerCall() 292 unsigned NumBytes = RetCCInfo.getStackSize(); in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1036 CCState RetCCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCCCCallTo() local 1038 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCCCCallTo() 1039 RetCCInfo.AnalyzeCallResult(Ins, RetCC_XCore); in LowerCCCCallTo() 1042 unsigned NumBytes = RetCCInfo.getStackSize(); in LowerCCCCallTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 719 CCState RetCCInfo(CallConv, IsVarArg, MF, CSKYLocs, *DAG.getContext()); in LowerCall() local 720 RetCCInfo.AnalyzeCallResult(Ins, CCAssignFnForReturn(CallConv, IsVarArg)); in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2072 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, Ctx); in LowerCall() local 2073 RetCCInfo.AnalyzeCallResult(Ins, RetCC_SystemZ); in LowerCall() 2139 CCState RetCCInfo(CallConv, isVarArg, MF, RetLocs, Context); in CanLowerReturn() local 2140 return RetCCInfo.CheckReturn(Outs, RetCC_SystemZ); in CanLowerReturn() 2153 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerReturn() local 2154 RetCCInfo.AnalyzeReturn(Outs, RetCC_SystemZ); in LowerReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 4302 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall() local 4303 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, CC_LoongArch); in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 18582 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall() local 18583 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, RISCV::CC_RISCV); in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7566 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local 7568 RetCCInfo.AnalyzeCallResult(Ins, RetCC); in LowerCall()
|