| /minix3/common/dist/zlib/old/ |
| H A D | visual-basic.txt | 32 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 …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/CPP/ |
| H A D | attributes.ll | 4 ; CHECK: ByVal
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 129 static ABIArgInfo getIndirect(unsigned Alignment, bool ByVal = true, 134 AI.setIndirectByVal(ByVal); 140 static ABIArgInfo getIndirectInReg(unsigned Alignment, bool ByVal = true, 142 auto AI = getIndirect(Alignment, ByVal, Realign);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.h | 36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member 75 bool isByVal() const { return Flags & ByVal; } in isByVal()
|
| H A D | TargetCallingConv.td | 40 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 112 /// slot to implement ByVal aggregate parameter passing. Size and alignment
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | CallSite.h | 282 return paramHasAttr(ArgNo + 1, Attribute::ByVal); in isByValArgument() 292 return paramHasAttr(ArgNo + 1, Attribute::ByVal) || in isByValOrInAllocaArgument()
|
| H A D | Attributes.h | 73 ByVal, ///< Pass structure by value enumerator
|
| H A D | Instructions.h | 1463 return AttributeList.hasAttrSomewhere(Attribute::ByVal); 3138 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 182 if (hasAttribute(Attribute::ByVal)) in getAsString() 396 case Attribute::ByVal: return 1 << 7; in getAttrMask() 1251 Incompatible.addAttribute(Attribute::ByVal) in typeIncompatible()
|
| H A D | Function.cpp | 90 hasAttribute(getArgNo()+1, Attribute::ByVal); in hasByValAttr() 104 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || in hasByValOrInAllocaAttr()
|
| H A D | Verifier.cpp | 872 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal) && in VerifyParameterAttrs() 884 AttrCount += Attrs.hasAttribute(Idx, Attribute::ByVal); in VerifyParameterAttrs() 919 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal) && in VerifyParameterAttrs() 925 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal), in VerifyParameterAttrs() 1667 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 39 // Put ByVal arguments directly on the stack. Minimum size and alignment of a 120 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2359 if (CS.paramHasAttr(i + 1, Attribute::ByVal)) { in visitCallSite() 2659 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2350 CS.paramHasAttr(AttrInd, Attribute::ByVal)) in SelectCall() 3021 F->getAttributes().hasAttribute(Idx, Attribute::ByVal)) in fastLowerArguments()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1458 if (PAL.hasAttribute(paramIndex + 1, Attribute::ByVal) == false) { in emitFunctionParamList()
|
| H A D | NVPTXISelLowering.cpp | 2112 if (PAL.hasAttribute(i + 1, Attribute::ByVal) == false) { in LowerFormalArguments()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1464 Attribute::ByVal)) { in transformConstExprCastCall()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 592 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const; 939 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument 941 if (!ByVal) { in getIndirectResult()
|
| H A D | CGCall.cpp | 1564 Attrs.addAttribute(llvm::Attribute::ByVal); in ConstructAttributeList()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 501 HANDLE_ATTR(ByVal); in printAttributes()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 86 IsByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes()
|
| H A D | TargetLowering.cpp | 77 isByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 165 case Attribute::ByVal: in getAttrKindEncoding()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2535 if (F->getAttributes().hasAttribute(Idx, Attribute::ByVal) || in fastLowerArguments()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 699 return Attribute::ByVal; in GetAttrFromCode()
|