Home
last modified time | relevance | path

Searched refs:ByVal (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h198 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
203 AI.setIndirectByVal(ByVal);
222 static ABIArgInfo getIndirectInReg(CharUnits Alignment, bool ByVal = true,
224 auto AI = getIndirect(Alignment, ByVal, Realign);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DABIInfo.h114 getNaturalAlignIndirect(QualType Ty, bool ByVal = true,
H A DTargetInfo.cpp85 ABIArgInfo ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByVal, in getNaturalAlignIndirect() argument
88 return ABIArgInfo::getIndirect(getContext().getTypeAlignInChars(Ty), ByVal, in getNaturalAlignIndirect()
1130 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
1620 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument
1622 if (!ByVal) { in getIndirectResult()
8694 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
8716 ABIArgInfo LanaiABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument
8718 if (!ByVal) { in getIndirectResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp183 return get(Context, ByVal, Ty); in getWithByValType()
503 case Attribute::ByVal: in getAsString()
952 case Attribute::ByVal: in get()
1050 if (auto A = findEnumAttribute(Attribute::ByVal)) in getByValType()
1766 else if (Kind == Attribute::ByVal) in addAttribute()
1801 else if (Val == Attribute::ByVal) in removeAttribute()
1917 Attrs[Attribute::ByVal] = true; in addByValAttr()
H A DFunction.cpp107 return hasAttribute(Attribute::ByVal); in hasByValAttr()
138 return Attrs.hasParamAttribute(getArgNo(), Attribute::ByVal) || in hasPassPointeeByValueCopyAttr()
147 return Attrs.hasParamAttribute(getArgNo(), Attribute::ByVal) || in hasPointeeInMemoryValueAttr()
171 ParamAttrs.hasAttribute(Attribute::ByVal) || in getMemoryParamAllocType()
H A DVerifier.cpp1779 AttrCount += Attrs.hasAttribute(Attribute::ByVal); in verifyParameterAttrs()
1842 Assert(!Attrs.hasAttribute(Attribute::ByVal) && in verifyParameterAttrs()
1861 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1876 Assert(!Attrs.hasAttribute(Attribute::ByVal), in verifyParameterAttrs()
1918 Assert((!RetAttrs.hasAttribute(Attribute::ByVal) && in verifyFunctionAttrs()
2440 Assert(F.arg_empty() || Attrs.hasParamAttribute(0, Attribute::ByVal), in visitFunction()
2460 Assert(!Attrs.hasParamAttribute(i, Attribute::ByVal), in visitFunction()
3380 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()
3392 (Attrs.hasParamAttribute(I, Attribute::ByVal) || in getParameterABIAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetCallingConv.td39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
145 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp238 if (PAL.hasParamAttribute(ArgNo, Attribute::ByVal)) in visitCallBase()
271 if (PAL.hasParamAttribute(ArgNo++, Attribute::ByVal)) in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallLowering.cpp257 if (Arg.hasAttribute(Attribute::ByVal) || in lowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1665 return paramHasAttr(ArgNo, Attribute::ByVal);
1676 return paramHasAttr(ArgNo, Attribute::ByVal) ||
1884 return Attrs.hasAttrSomewhere(Attribute::ByVal);
H A DAttributes.td52 def ByVal : TypeAttr<"byval">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp47 if (AttrFn(Attribute::ByVal)) in addFlagsUsingAttrFn()
164 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp648 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in fastLowerArguments()
832 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in selectCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2315 Call.removeParamAttr(ix, Attribute::ByVal); in visitCallBase()
2542 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
2565 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
2635 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3671 bool ByVal = CB.paramHasAttr(i, Attribute::ByVal); in visitCallBase() local
3673 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase()
3679 if (ByVal) { in visitCallBase()
4197 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase()
4818 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase()
5047 assert(!CB.paramHasAttr(ArgNo, Attribute::ByVal)); in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td57 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
200 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1242 case Attribute::ByVal: return 1 << 7; in getRawAttributeMask()
1414 return Attribute::ByVal; in getAttrFromCode()
1625 if (Kind == Attribute::ByVal) in parseAttributeGroupBlock()
1674 if (Kind == Attribute::ByVal) { in parseAttributeGroupBlock()
3371 for (Attribute::AttrKind Kind : {Attribute::ByVal, Attribute::StructRet, in parseFunctionRecord()
3382 case Attribute::ByVal: in parseFunctionRecord()
3859 for (Attribute::AttrKind Kind : {Attribute::ByVal, Attribute::StructRet, in propagateByValSRetTypes()
3869 case Attribute::ByVal: in propagateByValSRetTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1048 if (I.hasAttribute(Attribute::ByVal)) in incorporateFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp948 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef, in remapInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp828 bool ByVal = Flags.isByVal(); in LowerFormalArguments() local
834 if (VA.isRegLoc() && ByVal && Flags.getByValSize() <= 8) in LowerFormalArguments()
838 (!ByVal || (ByVal && Flags.getByValSize() > 8)); in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2488 if (hasAttr({Attribute::ByVal})) in initialize()
5335 if (getIRPosition().hasAttr(Attribute::ByVal) && in identifyPrivatizableType()
5406 if (!getIRPosition().hasAttr(Attribute::ByVal) && in updateImpl()
5802 if (getIRPosition().hasAttr(Attribute::ByVal)) in initialize()
6032 IRP.hasAttr({Attribute::ByVal}, /* IgnoreSubsumingPositions */ true); in initialize()

12