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.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/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp453 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerCall() local
454 RetCCInfo.AnalyzeCallResult(Ins, RetCC_Xtensa); in LowerCall()
492 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerReturn() local
493 RetCCInfo.AnalyzeReturn(Outs, RetCC_Xtensa); in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1035 CCState RetCCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCCCCallTo() local
1037 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCCCCallTo()
1038 RetCCInfo.AnalyzeCallResult(Ins, RetCC_XCore); in LowerCCCCallTo()
1041 unsigned NumBytes = RetCCInfo.getStackSize(); in LowerCCCCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp717 CCState RetCCInfo(CallConv, IsVarArg, MF, CSKYLocs, *DAG.getContext()); in LowerCall() local
718 RetCCInfo.AnalyzeCallResult(Ins, CCAssignFnForReturn(CallConv, IsVarArg)); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2097 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, Ctx); in LowerCall() local
2098 RetCCInfo.AnalyzeCallResult(Ins, RetCC_SystemZ); in LowerCall()
2162 CCState RetCCInfo(CallConv, isVarArg, MF, RetLocs, Context); in CanLowerReturn() local
2163 return RetCCInfo.CheckReturn(Outs, RetCC_SystemZ); in CanLowerReturn()
2176 CCState RetCCInfo(CallConv, IsVarArg, MF, RetLocs, *DAG.getContext()); in LowerReturn() local
2177 RetCCInfo.AnalyzeReturn(Outs, RetCC_SystemZ); in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5497 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall() local
5498 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, CC_LoongArch); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20163 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerCall()
20164 analyzeInputArgs(MF, RetCCInfo, Ins, /*IsRet=*/true, RISCV::CC_RISCV); in LowerCall()
20160 CCState RetCCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8293 CCState RetCCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCall() local
8295 RetCCInfo.AnalyzeCallResult(Ins, RetCC); in LowerCall()