| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Argument.h | 92 bool hasStructRetAttr() const;
|
| H A D | Function.h | 579 bool hasStructRetAttr() const { in hasStructRetAttr() function
|
| H A D | InstrTypes.h | 1577 bool hasStructRetAttr() const {
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 196 Arg.hasByValAttr() || Arg.hasStructRetAttr() || in isOutArgumentCandidate() 230 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Mangler.cpp | 174 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
|
| H A D | Value.cpp | 601 if (DerefBytes == 0 && (A->hasByValAttr() || A->hasStructRetAttr())) { in getPointerDereferenceableBytes() 673 if (!Align && A->hasStructRetAttr()) { in getPointerAlignment()
|
| H A D | Function.cpp | 144 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
|
| H A D | Verifier.cpp | 2125 Assert(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction() 2159 Assert(!F.hasStructRetAttr(), in visitFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 163 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 285 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 513 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments() 568 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 267 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn_32() 522 if (MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments_32() 782 bool hasStructRetAttr = false; in LowerCall_32() local 827 hasStructRetAttr = true; in LowerCall_32() 955 if (hasStructRetAttr) in LowerCall_32()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 266 if (IsVarArg || MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 901 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 867 if (!A->hasStructRetAttr()) in performCallSlotOptzn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 756 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1278 auto IsCallerStructRet = Caller.hasStructRetAttr(); in IsEligibleForTailCallOptimization()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 354 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1277 if (F.hasStructRetAttr() && CC != CallingConv::Swift) { in X86SelectRet()
|
| H A D | X86ISelLowering.cpp | 3642 MF.getFunction().hasStructRetAttr(), CLI.RetTy, in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3642 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1822 isVarArg, isStructRet, MF.getFunction().hasStructRetAttr(), in LowerCall()
|