Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp104 if (A.hasStructRetAttr()) in addByteCountSuffix()
181 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
H A DValue.cpp949 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
H A DFunction.cpp252 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
H A DVerifier.cpp2501 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 DArgument.h132 bool hasStructRetAttr() const;
H A DFunction.h625 bool hasStructRetAttr() const { in hasStructRetAttr() function
H A DInstrTypes.h1917 bool hasStructRetAttr() const {
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp159 Arg.hasByValAttr() || Arg.hasStructRetAttr()) { in getOutArgumentType()
180 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h154 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp407 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp382 if (Param.hasStructRetAttr()) { in emitEntryFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp772 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp313 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 DLanaiISelLowering.cpp509 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments()
573 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp250 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp360 if (IsVarArg || MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp774 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2354 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1761 if (Fn.hasStructRetAttr()) { in emitPrologue()
H A DX86FastISel.cpp1282 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp539 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3892 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2385 MF.getFunction().hasStructRetAttr(), Outs, OutVals, Ins, DAG, in LowerCall()
3184 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()

12