Searched refs:CheckReturn (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h183 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags, function in class:llvm::MipsCCState
187 bool Return = CCState::CheckReturn(ArgsFlags, Fn);
H A DMipsISelLowering.cpp3795 return CCInfo.CheckReturn(Outs, RetCC_Mips);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp99 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h276 /// CheckReturn - Analyze the return values of a function, returning
279 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp636 if (!CCInfo.CheckReturn(Outs, RetCC_ARC))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp537 return CCInfo.CheckReturn(Outs, RetCC_Lanai32);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp432 return CCInfo.CheckReturn(Outs, CCAssignFnForReturn(CallConv, IsVarArg));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp731 return CCInfo.CheckReturn(Outs, RetCC_MSP430);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1332 if (!CCInfo.CheckReturn(Outs, RetCC_XCore))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp193 return CCInfo.CheckReturn(Outs, RetCC_Hexagon_HVX);
194 return CCInfo.CheckReturn(Outs, RetCC_Hexagon);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1700 return CCInfo.CheckReturn(Outs, RetCC_AVR_BUILTIN);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1066 return CCInfo.CheckReturn(Outs, RetCC_M68k);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp73 return CCInfo.CheckReturn(Outs, RetCC);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp664 return CCInfo.CheckReturn(Outs, RetCC_X86);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp240 return CCInfo.CheckReturn(Outs, Subtarget->is64Bit() ? RetCC_Sparc64
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2140 return RetCCInfo.CheckReturn(Outs, RetCC_SystemZ);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3064 if (!CCInfo.CheckReturn(Outs, CCAssignFnForReturn(CallConv, IsVarArg)))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3140 return CCInfo.CheckReturn(Outs, CCAssignFnForReturn(CallConv, isVarArg));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7689 return CCInfo.CheckReturn(
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8230 return CCInfo.CheckReturn(Outs, RetCC);
[all...]

Completed in 909 milliseconds