Home
last modified time | relevance | path

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

12

/external/zlib/src/old/
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 …]
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h126 static ABIArgInfo getIndirect(unsigned Alignment, bool ByVal = true,
131 AI.setIndirectByVal(ByVal);
137 static ABIArgInfo getIndirectInReg(unsigned Alignment, bool ByVal = true,
139 auto AI = getIndirect(Alignment, ByVal, Realign);
/external/llvm/test/CodeGen/CPP/
Dattributes.ll4 ; CHECK: ByVal
/external/llvm/include/llvm/Target/
DTargetCallingConv.h36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member
75 bool isByVal() const { return Flags & ByVal; } in isByVal()
DTargetCallingConv.td40 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
109 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3448 struct ByValArgInfo ByVal; in handleByValArg() local
3455 allocateRegs(ByVal, ByValSize, Align); in handleByValArg()
3458 ByVal.Address = CCInfo.AllocateStack(ByValSize - RegSize * ByVal.NumRegs, in handleByValArg()
3460 CCInfo.addLoc(CCValAssign::getMem(ValNo, ValVT, ByVal.Address, LocVT, in handleByValArg()
3462 ByValArgs.push_back(ByVal); in handleByValArg()
3494 void MipsTargetLowering::MipsCC::allocateRegs(ByValArgInfo &ByVal, in allocateRegs() argument
3503 ByVal.FirstIdx = CCInfo.getFirstUnallocated(IntArgRegs, NumIntArgRegs); in allocateRegs()
3506 if ((Align > RegSize) && (ByVal.FirstIdx % 2)) { in allocateRegs()
3507 CCInfo.AllocateReg(IntArgRegs[ByVal.FirstIdx], ShadowRegs[ByVal.FirstIdx]); in allocateRegs()
3508 ++ByVal.FirstIdx; in allocateRegs()
[all …]
DMipsISelLowering.h414 void allocateRegs(ByValArgInfo &ByVal, unsigned ByValSize,
510 const MipsCC &CC, const ByValArgInfo &ByVal) const;
517 const MipsCC &CC, const ByValArgInfo &ByVal,
/external/llvm/include/llvm/IR/
DCallSite.h276 return paramHasAttr(ArgNo + 1, Attribute::ByVal); in isByValArgument()
286 return paramHasAttr(ArgNo + 1, Attribute::ByVal) || in isByValOrInAllocaArgument()
DAttributes.h73 ByVal, ///< Pass structure by value enumerator
DInstructions.h1443 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
3112 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/llvm/lib/IR/
DFunction.cpp92 hasAttribute(getArgNo()+1, Attribute::ByVal); in hasByValAttr()
106 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || in hasByValOrInAllocaAttr()
DAttributes.cpp168 if (hasAttribute(Attribute::ByVal)) in getAsString()
368 case Attribute::ByVal: return 1 << 7; in getAttrMask()
1182 Incompatible.addAttribute(Attribute::ByVal) in typeIncompatible()
DVerifier.cpp808 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal) && in VerifyParameterAttrs()
820 AttrCount += Attrs.hasAttribute(Idx, Attribute::ByVal); in VerifyParameterAttrs()
855 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal) && in VerifyParameterAttrs()
861 Assert1(!Attrs.hasAttribute(Idx, Attribute::ByVal), in VerifyParameterAttrs()
1633 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td39 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
114 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
DAArch64FastISel.cpp1372 CS.paramHasAttr(AttrInd, Attribute::ByVal)) in SelectCall()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2316 if (CS.paramHasAttr(i + 1, Attribute::ByVal)) { in visitCallSite()
2609 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2340 CS.paramHasAttr(AttrInd, Attribute::ByVal)) in SelectCall()
3016 F->getAttributes().hasAttribute(Idx, Attribute::ByVal)) in FastLowerArguments()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2568 if (F->getAttributes().hasAttribute(Idx, Attribute::ByVal) || in FastLowerArguments()
2757 if (CS.paramHasAttr(AttrInd, Attribute::ByVal)) { in DoSelectCall()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1304 Attribute::ByVal)) { in transformConstExprCastCall()
/external/clang/lib/CodeGen/
DTargetInfo.cpp537 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
790 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument
792 if (!ByVal) { in getIndirectResult()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1446 CS.paramHasAttr(AttrIdx, Attribute::ByVal)) in SelectCall()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp501 HANDLE_ATTR(ByVal); in printAttributes()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1833 if (PAL.hasAttribute(paramIndex + 1, Attribute::ByVal) == false) { in emitFunctionParamList()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp170 case Attribute::ByVal: in getAttrKindEncoding()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp77 isByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes()

12