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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); local
102 bool CheckReturnViaAsm = CheckReturn &&
106 if (!CheckUnwind && !CheckReturn)
113 } else if (CheckReturn && isa<ReturnInst>(TI)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h140 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags, function in class:llvm::MipsCCState
144 bool Return = CCState::CheckReturn(ArgsFlags, Fn);
H A DMipsISelLowering.cpp3752 return CCInfo.CheckReturn(Outs, RetCC_Mips);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp100 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h305 /// CheckReturn - Analyze the return values of a function, returning
308 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp597 if (!CCInfo.CheckReturn(Outs, RetCC_ARC))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1366 return CCInfo.CheckReturn(Outs, CCFunction);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp731 return CCInfo.CheckReturn(Outs, RetCC_MSP430);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1429 if (!CCInfo.CheckReturn(Outs, RetCC_XCore))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp185 return CCInfo.CheckReturn(Outs, RetCC_Hexagon_HVX);
186 return CCInfo.CheckReturn(Outs, RetCC_Hexagon);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1685 return RetCCInfo.CheckReturn(Outs, RetCC_SystemZ);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4348 return CCInfo.CheckReturn(Outs, RetCC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2265 return CCInfo.CheckReturn(Outs, CCAssignFnForReturn(CallConv, IsVarArg));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7240 return CCInfo.CheckReturn(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2719 return CCInfo.CheckReturn(Outs, CCAssignFnForReturn(CallConv, isVarArg));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2571 return CCInfo.CheckReturn(Outs, RetCC_X86);
[all...]

Completed in 870 milliseconds