Searched defs:IsCalleeStructRet (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2355 auto IsCalleeStructRet = Outs.empty() ? false : Outs[0].Flags.isSRet(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1195 IsEligibleForTailCallOptimization( SDValue Callee, CallingConv::ID CalleeCC, bool IsVarArg, bool IsCalleeStructRet, bool IsCallerStructRet, Type *RetTy, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const argument
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12789 auto IsCalleeStructRet = Outs.empty() ? false : Outs[0].Flags.isSRet(); local

Completed in 110 milliseconds