| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 104 if (A.hasStructRetAttr()) in addByteCountSuffix() 182 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
|
| H A D | Value.cpp | 957 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
|
| H A D | Function.cpp | 278 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
|
| H A D | Verifier.cpp | 2631 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 D | Argument.h | 136 bool hasStructRetAttr() const;
|
| H A D | Function.h | 658 bool hasStructRetAttr() const { in hasStructRetAttr() function
|
| H A D | InstrTypes.h | 2013 bool hasStructRetAttr() const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 159 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 D | WebAssemblyAddMissingPrototypes.cpp | 83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 154 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 392 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 377 if (Param.hasStructRetAttr()) { in emitEntryFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 767 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 315 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 D | Lint.cpp | 252 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 511 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 D | BPFISelLowering.cpp | 396 if (MF.getFunction().hasStructRetAttr()) in LowerFormalArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 774 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 558 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1288 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 4039 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3892 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2410 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 D | RISCVISelLowering.cpp | 18281 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
|