Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h135 return Arg->hasByValAttr() || Arg->hasByRefAttr() || Arg->hasStructRetAttr(); in hasPointeeTypeAttr()
142 if (Arg->hasStructRetAttr()) in getPointeeTypeByAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h143 bool hasStructRetAttr() const;
H A DFunction.h679 bool hasStructRetAttr() const { in hasStructRetAttr() function
H A DInstrTypes.h2033 bool hasStructRetAttr() const {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp105 if (A.hasStructRetAttr()) in addByteCountSuffix()
183 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
H A DValue.cpp958 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
H A DFunction.cpp295 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
H A DVerifier.cpp2755 Check(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction()
2806 Check(!F.hasStructRetAttr(), "Calling convention does not allow sret", &F); in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp159 Arg.hasByValAttr() || Arg.hasStructRetAttr()) { in getOutArgumentType()
180 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h154 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp392 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp382 if (Param.hasStructRetAttr()) { in emitEntryFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp824 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp315 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn_32()
570 if (MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments_32()
807 if (!Outs.empty() && Caller.hasStructRetAttr() != Outs[0].Flags.isSRet()) in IsEligibleForTailCallOptimization()
890 bool hasStructRetAttr = false; in LowerCall_32() local
939 hasStructRetAttr = true; in LowerCall_32()
1069 if (hasStructRetAttr) in LowerCall_32()
/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/Lanai/
H A DLanaiISelLowering.cpp510 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments()
574 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp397 if (MF.getFunction().hasStructRetAttr()) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp774 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp558 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1289 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3907 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5236 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3057 bool isCallerStructRet = MF.getFunction().hasStructRetAttr(); in IsEligibleForTailCallOptimization()
3218 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()

12