Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h132 bool hasStructRetAttr() const;
DFunction.h695 bool hasStructRetAttr() const { in hasStructRetAttr() function
DInstrTypes.h1873 bool hasStructRetAttr() const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp177 Arg.hasByValAttr() || Arg.hasStructRetAttr() || in isOutArgumentCandidate()
211 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h151 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DMangler.cpp176 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
DValue.cpp937 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
DFunction.cpp258 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
DVerifier.cpp2321 Assert(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction()
2365 Assert(!F.hasStructRetAttr(), in visitFunction()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp407 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp513 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments()
568 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLint.cpp253 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp265 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn_32()
520 if (MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments_32()
780 bool hasStructRetAttr = false; in LowerCall_32() local
825 hasStructRetAttr = true; in LowerCall_32()
954 if (hasStructRetAttr) in LowerCall_32()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp932 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp359 if (IsVarArg || MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp773 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp505 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp1289 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
DX86ISelLowering.cpp3958 MF.getFunction().hasStructRetAttr(), CLI.RetTy, in LowerCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp441 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3882 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp7832 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp2321 MF.getFunction().hasStructRetAttr(), Outs, OutVals, Ins, DAG, in LowerCall()
3093 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()