Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.h24 bool IsFixed, bool IsRet, Type *OrigTy);
28 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy);
32 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy);
H A DRISCVCallingConv.cpp327 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV() argument
361 if (!LocVT.isVector() && IsRet && ValNo > 1) in CC_RISCV()
564 if (IsRet) in CC_RISCV()
624 bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV_FastCC() argument
H A DRISCVISelLowering.h479 const SmallVectorImpl<ISD::InputArg> &Ins, bool IsRet,
483 bool IsRet, CallLoweringInfo *CLI,
H A DRISCVISelLowering.cpp22026 const SmallVectorImpl<ISD::InputArg> &Ins, bool IsRet, in analyzeInputArgs() argument
22035 if (IsRet) in analyzeInputArgs()
22041 /*IsFixed=*/true, IsRet, ArgTy)) { in analyzeInputArgs()
22051 const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsRet, in analyzeOutputArgs() argument
22059 IsRet, OrigTy)) { in analyzeOutputArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp37 bool IsRet; member
40 RISCVOutgoingValueAssigner(RISCVCCAssignFn *RISCVAssignFn_, bool IsRet) in RISCVOutgoingValueAssigner()
42 RISCVAssignFn(RISCVAssignFn_), IsRet(IsRet) {} in RISCVOutgoingValueAssigner()
49 IsRet, Info.Ty)) in assignArg()
183 bool IsRet; member
186 RISCVIncomingValueAssigner(RISCVCCAssignFn *RISCVAssignFn_, bool IsRet) in RISCVIncomingValueAssigner()
188 RISCVAssignFn(RISCVAssignFn_), IsRet(IsRet) {} in RISCVIncomingValueAssigner()
200 /*IsFixed=*/true, IsRet, Info.Ty)) in assignArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h333 bool IsFixed, bool IsRet, Type *OrigTy);
336 const SmallVectorImpl<ISD::InputArg> &Ins, bool IsRet,
340 bool IsRet, CallLoweringInfo *CLI,
H A DLoongArchISelLowering.cpp6697 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch() argument
6706 if (IsRet && ValNo > 1) in CC_LoongArch()
6871 const SmallVectorImpl<ISD::InputArg> &Ins, bool IsRet, in analyzeInputArgs() argument
6877 if (IsRet) in analyzeInputArgs()
6884 CCInfo, /*IsFixed=*/true, IsRet, ArgTy)) { in analyzeInputArgs()
6894 const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsRet, in analyzeOutputArgs() argument
6902 CCInfo, Outs[i].IsFixed, IsRet, OrigTy)) { in analyzeOutputArgs()