Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp269 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 DXtensaISelLowering.cpp743 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 DXCoreISelLowering.cpp1008 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 DCSKYISelLowering.cpp718 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 DSystemZISelLowering.cpp2435 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 DLoongArchISelLowering.cpp7574 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 DRISCVISelLowering.cpp22784 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 DAArch64ISelLowering.cpp8895 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local
8897 RetCCInfo.AnalyzeCallResult(Ins, RetCC); in LowerCall()