| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Mangler.cpp | 104 if (A.hasStructRetAttr()) in addByteCountSuffix() 181 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
|
| H A D | Value.cpp | 949 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
|
| H A D | Function.cpp | 252 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
|
| H A D | Verifier.cpp | 2501 Check(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction() 2545 Check(!F.hasStructRetAttr(), "Calling convention does not allow sret", &F); in visitFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Argument.h | 132 bool hasStructRetAttr() const;
|
| H A D | Function.h | 625 bool hasStructRetAttr() const { in hasStructRetAttr() function
|
| H A D | InstrTypes.h | 1917 bool hasStructRetAttr() const {
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 159 Arg.hasByValAttr() || Arg.hasStructRetAttr()) { in getOutArgumentType() 180 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 154 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 407 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 382 if (Param.hasStructRetAttr()) { in emitEntryFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 772 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 313 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn_32() 568 if (MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments_32() 782 if (!Outs.empty() && Caller.hasStructRetAttr() != Outs[0].Flags.isSRet()) in IsEligibleForTailCallOptimization() 864 bool hasStructRetAttr = false; in LowerCall_32() local 913 hasStructRetAttr = true; in LowerCall_32() 1043 if (hasStructRetAttr) in LowerCall_32()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 509 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments() 573 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 250 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 360 if (IsVarArg || MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 774 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 2354 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 1761 if (Fn.hasStructRetAttr()) { in emitPrologue()
|
| H A D | X86FastISel.cpp | 1282 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 539 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3892 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2385 MF.getFunction().hasStructRetAttr(), Outs, OutVals, Ins, DAG, in LowerCall() 3184 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|