Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp104 if (A.hasStructRetAttr()) in addByteCountSuffix()
182 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
H A DValue.cpp957 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
H A DFunction.cpp278 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
H A DVerifier.cpp2631 Check(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction()
2677 Check(!F.hasStructRetAttr(), "Calling convention does not allow sret", &F); in visitFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h136 bool hasStructRetAttr() const;
H A DFunction.h658 bool hasStructRetAttr() const { in hasStructRetAttr() function
H A DInstrTypes.h2013 bool hasStructRetAttr() const {
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h154 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp392 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp377 if (Param.hasStructRetAttr()) { in emitEntryFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp767 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
/freebsd-14.2/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()
808 if (!Outs.empty() && Caller.hasStructRetAttr() != Outs[0].Flags.isSRet()) in IsEligibleForTailCallOptimization()
891 bool hasStructRetAttr = false; in LowerCall_32() local
940 hasStructRetAttr = true; in LowerCall_32()
1070 if (hasStructRetAttr) in LowerCall_32()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp252 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp511 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments()
575 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp396 if (MF.getFunction().hasStructRetAttr()) in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp774 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp558 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1288 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4039 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3892 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2410 MF.getFunction().hasStructRetAttr(), Outs, OutVals, Ins, DAG, in LowerCall()
3202 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18281 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()