Home
last modified time | relevance | path

Searched refs:RetCCInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp286 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 DXCoreISelLowering.cpp1036 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 DCSKYISelLowering.cpp719 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 DSystemZISelLowering.cpp2072 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 DLoongArchISelLowering.cpp4302 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 DRISCVISelLowering.cpp18582 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 DAArch64ISelLowering.cpp7566 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local
7568 RetCCInfo.AnalyzeCallResult(Ins, RetCC); in LowerCall()