Home
last modified time | relevance | path

Searched refs:AnalyzeReturn (Results 1 – 25 of 27) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h177 void AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, in AnalyzeReturn() function
180 CCState::AnalyzeReturn(Outs, Fn); in AnalyzeReturn()
H A DMipsFastISel.cpp1699 CCInfo.AnalyzeReturn(Outs, RetCC); in selectRet()
H A DMipsISelLowering.cpp3848 CCInfo.AnalyzeReturn(Outs, RetCC_Mips); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp113 void CCState::AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, in AnalyzeReturn() function in CCState
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h273 void AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp664 CCInfo.AnalyzeReturn(Outs, RetCC_ARC); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp493 RetCCInfo.AnalyzeReturn(Outs, RetCC_Xtensa); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp555 CCInfo.AnalyzeReturn(Outs, getHasAlu32() ? RetCC_BPF32 : RetCC_BPF64); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp447 CCInfo.AnalyzeReturn(Outs, CCAssignFnForReturn(CallConv, IsVarArg)); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp553 CCInfo.AnalyzeReturn(Outs, RetCC_Lanai32); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp557 State.AnalyzeReturn(Outs, RetCC_MSP430); in AnalyzeRetResult()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp215 CCInfo.AnalyzeReturn(Outs, RetCC_Hexagon_HVX); in LowerReturn()
217 CCInfo.AnalyzeReturn(Outs, RetCC_Hexagon); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp271 CCInfo.AnalyzeReturn(Outs, RetCC_Sparc32); in LowerReturn_32()
354 CCInfo.AnalyzeReturn(Outs, RetCC_Sparc64); in LowerReturn_64()
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1361 CCInfo.AnalyzeReturn(Outs, RetCC_XCore); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1709 CCInfo.AnalyzeReturn(Outs, RetCC_PPC64_ELF_FIS); in SelectRet()
H A DPPCISelLowering.cpp7829 CCInfo.AnalyzeReturn(Outs, in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp755 CCInfo.AnalyzeReturn(Outs, RetCC_X86); in LowerReturn()
H A DX86FastISel.cpp1219 CCInfo.AnalyzeReturn(Outs, RetCC_X86); in X86SelectRet()
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1708 CCInfo.AnalyzeReturn(Outs, RetCC_AVR_BUILTIN); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2103 CCInfo.AnalyzeReturn(Outs, CCAssignFnForCall(CC, true /* is Ret */, in SelectRet()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp380 CCInfo.AnalyzeReturn(Outs, getReturnCC(CallConv)); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1081 CCInfo.AnalyzeReturn(Outs, RetCC_M68k); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3873 CCInfo.AnalyzeReturn(Outs, RetCC_AArch64_AAPCS); in selectRet()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2177 RetCCInfo.AnalyzeReturn(Outs, RetCC_SystemZ); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3186 CCInfo.AnalyzeReturn(Outs, CCAssignFnForReturn(CallConv, isVarArg)); in LowerReturn()

12