Home
last modified time | relevance | path

Searched refs:hasStructRetAttr (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp106 if (A.hasStructRetAttr()) in addByteCountSuffix()
184 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
H A DFunction.cpp288 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
H A DValue.cpp986 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
H A DVerifier.cpp2893 Check(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction()
2951 Check(!F.hasStructRetAttr(), "Calling convention does not allow sret", &F); in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp157 Arg.hasByValAttr() || Arg.hasStructRetAttr()) { in getOutArgumentType()
178 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h147 LLVM_ABI bool hasStructRetAttr() const;
H A DFunction.h687 bool hasStructRetAttr() const { in hasStructRetAttr() function
H A DInstrTypes.h1973 bool hasStructRetAttr() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp82 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h303 return Arg->hasByValAttr() || Arg->hasByRefAttr() || Arg->hasStructRetAttr(); in hasPointeeTypeAttr()
310 if (Arg->hasStructRetAttr()) in getPointeeTypeByAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h162 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp309 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp319 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn_32()
574 if (MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments_32()
811 if (!Outs.empty() && Caller.hasStructRetAttr() != Outs[0].Flags.isSRet()) in IsEligibleForTailCallOptimization()
894 bool hasStructRetAttr = false; in LowerCall_32() local
943 hasStructRetAttr = true; in LowerCall_32()
1069 if (hasStructRetAttr) in LowerCall_32()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp464 if (Param.hasStructRetAttr()) { in emitEntryFunction()
H A DCGExprScalar.cpp2458 if (auto A = dyn_cast<llvm::Argument>(Src); A && A->hasStructRetAttr()) in VisitCastExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp862 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp500 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments()
565 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp257 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp413 if (MF.getFunction().hasStructRetAttr()) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp654 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp560 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1288 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp511 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4065 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7276 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()

12