/external/zlib/src/old/ |
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 …]
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 29 AttrBuilder().addAttribute(Attribute::ByVal))); in TEST() 45 EXPECT_TRUE(Call->paramHasAttr(2U, Attribute::ByVal)) in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 44 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/ |
D | TargetCallingConv.h | 31 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member 62 bool isByVal() const { return Flags & ByVal; } in isByVal()
|
D | TargetCallingConv.td | 40 /// 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/ |
D | TargetCallingConv.h | 36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member 82 bool isByVal() const { return Flags & ByVal; } in isByVal()
|
D | TargetCallingConv.td | 40 /// 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/ |
D | CGFunctionInfo.h | 151 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/ |
D | ac_llvm_helper.cpp | 53 return AS.hasAttribute(ArgNo + 1, llvm::Attribute::ByVal) || in ac_is_sgpr_param()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 51 if (Attrs & Attribute::ByVal) in getAsString() 104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
|
D | Function.cpp | 80 return getParent()->paramHasAttr(getArgNo()+1, Attribute::ByVal); in hasByValAttr()
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 540 return paramHasAttr(ArgNo + 1, Attribute::ByVal); in isByValArgument() 550 return paramHasAttr(ArgNo + 1, Attribute::ByVal) || in isByValOrInAllocaArgument()
|
D | Attributes.td | 34 def ByVal : EnumAttr<"byval">;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 298 F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::ByVal)) in isArgPassedInSGPR()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 237 if (hasAttribute(Attribute::ByVal)) in getAsString() 481 case Attribute::ByVal: return 1 << 7; in getAttrMask() 1556 Incompatible.addAttribute(Attribute::ByVal) in typeIncompatible()
|
D | Function.cpp | 91 return hasAttribute(Attribute::ByVal); in hasByValAttr() 114 return Attrs.hasAttribute(getArgNo() + 1, Attribute::ByVal) || in hasByValOrInAllocaAttr()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 39 // 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/ |
D | CBackend.cpp | 392 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/ |
D | WebAssemblyFastISel.cpp | 570 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/ |
D | InstCombineCalls.cpp | 763 if (!CS.paramHasAttr(ix, Attribute::ByVal)) in isSafeToEliminateVarargsCast() 1070 if (ParamTy != ActTy && (Attrs & Attribute::ByVal)) { in transformConstExprCastCall()
|