| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Argument.h | 132 bool hasStructRetAttr() const;
|
| H A D | Function.h | 694 bool hasStructRetAttr() const { in hasStructRetAttr() function
|
| H A D | InstrTypes.h | 1874 bool hasStructRetAttr() const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 83 if (!(NumParams == 1 && F.arg_begin()->hasStructRetAttr())) in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 177 Arg.hasByValAttr() || Arg.hasStructRetAttr() || in isOutArgumentCandidate() 211 if (F.isVarArg() || F.hasStructRetAttr() || in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 151 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Mangler.cpp | 176 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
|
| H A D | Value.cpp | 910 if (!Alignment && A->hasStructRetAttr()) { in getPointerAlignment()
|
| H A D | Function.cpp | 259 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
|
| H A D | Verifier.cpp | 2412 Assert(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction() 2454 Assert(!F.hasStructRetAttr(), in visitFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 513 if (MF.getFunction().hasStructRetAttr()) { in LowerCCCArguments() 568 if (DAG.getMachineFunction().getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 253 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 265 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 933 if (PtrArg->hasStructRetAttr()) { in promoteArguments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 359 if (IsVarArg || MF.getFunction().hasStructRetAttr()) { in LowerFormalArguments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 773 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 505 MF.getFunction().hasStructRetAttr(), CLI.RetTy, Outs, OutVals, Ins, in LowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1289 if (F.hasStructRetAttr() && CC != CallingConv::Swift && in X86SelectRet()
|
| H A D | X86ISelLowering.cpp | 3967 MF.getFunction().hasStructRetAttr(), CLI.RetTy, in LowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 438 bool StructAttrFlag = MF.getFunction().hasStructRetAttr(); in LowerCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3863 if (MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7399 auto IsCallerStructRet = Caller.hasStructRetAttr(); in isEligibleForTailCallOptimization()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2280 MF.getFunction().hasStructRetAttr(), Outs, OutVals, Ins, DAG, in LowerCall() 2976 if (AFI->isCmseNSEntryFunction() && MF.getFunction().hasStructRetAttr()) { in LowerReturn()
|