Home
last modified time | relevance | path

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

123

/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/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp29 AttrBuilder().addAttribute(Attribute::ByVal))); in TEST()
45 EXPECT_TRUE(Call->paramHasAttr(2U, Attribute::ByVal)) in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h44 const Attributes ByVal = 1<<7; ///< Pass structure by value variable
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
102 ByVal | InReg | Nest | StructRet,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h31 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member
62 bool isByVal() const { return Flags & ByVal; } in isByVal()
DTargetCallingConv.td40 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
100 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/external/llvm/include/llvm/Target/
DTargetCallingConv.h36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member
82 bool isByVal() const { return Flags & ByVal; } in isByVal()
DTargetCallingConv.td40 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
122 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
156 AI.setIndirectByVal(ByVal);
162 static ABIArgInfo getIndirectInReg(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
/external/mesa3d/src/amd/common/
Dac_llvm_helper.cpp53 return AS.hasAttribute(ArgNo + 1, llvm::Attribute::ByVal) || in ac_is_sgpr_param()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp51 if (Attrs & Attribute::ByVal) in getAsString()
104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
DFunction.cpp80 return getParent()->paramHasAttr(getArgNo()+1, Attribute::ByVal); in hasByValAttr()
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen8 ByVal,
65 .Case("byval", Attribute::ByVal)
174 return llvm::Attribute::ByVal;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen8 ByVal,
65 .Case("byval", Attribute::ByVal)
174 return llvm::Attribute::ByVal;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen8 ByVal,
65 .Case("byval", Attribute::ByVal)
174 return llvm::Attribute::ByVal;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen8 ByVal,
65 .Case("byval", Attribute::ByVal)
174 return llvm::Attribute::ByVal;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc8 ByVal,
65 .Case("byval", Attribute::ByVal)
174 return llvm::Attribute::ByVal;
/external/llvm/include/llvm/IR/
DCallSite.h540 return paramHasAttr(ArgNo + 1, Attribute::ByVal); in isByValArgument()
550 return paramHasAttr(ArgNo + 1, Attribute::ByVal) || in isByValOrInAllocaArgument()
DAttributes.td34 def ByVal : EnumAttr<"byval">;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp298 F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::ByVal)) in isArgPassedInSGPR()
/external/llvm/lib/IR/
DAttributes.cpp237 if (hasAttribute(Attribute::ByVal)) in getAsString()
481 case Attribute::ByVal: return 1 << 7; in getAttrMask()
1556 Incompatible.addAttribute(Attribute::ByVal) in typeIncompatible()
DFunction.cpp91 return hasAttribute(Attribute::ByVal); in hasByValAttr()
114 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || in hasByValOrInAllocaAttr()
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td39 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
130 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp392 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) { in printStructReturnPointerFunctionType()
484 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) { in printType()
2157 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) { in printFunctionSignature()
2184 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) { in printFunctionSignature()
3003 if (I.paramHasAttr(ArgNo+1, Attribute::ByVal)) in visitCallInst()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp570 if (Attrs.hasAttribute(i+1, Attribute::ByVal) || in fastLowerArguments()
676 if (Attrs.hasAttribute(i+1, Attribute::ByVal) || in selectCall()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp763 if (!CS.paramHasAttr(ix, Attribute::ByVal)) in isSafeToEliminateVarargsCast()
1070 if (ParamTy != ActTy && (Attrs & Attribute::ByVal)) { in transformConstExprCastCall()

123