Home
last modified time | relevance | path

Searched refs:isPacked (Results 1 – 25 of 93) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp337 bool isPacked) { in get() argument
339 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
347 ST->setBody(ETypes, isPacked); in get()
356 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
360 if (isPacked) in setBody()
431 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
432 return get(Context, None, isPacked); in get()
436 StringRef Name, bool isPacked) { in create() argument
438 ST->setBody(Elements, isPacked); in create()
451 bool isPacked) { in create() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp379 bool isPacked) { in get() argument
387 if (isPacked) in get()
396 ST->setBody(ETypes, isPacked); in get()
400 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
404 if (isPacked) in setBody()
464 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
465 return get(Context, llvm::ArrayRef<Type*>(), isPacked); in get()
482 StringRef Name, bool isPacked) { in create() argument
484 ST->setBody(Elements, isPacked); in create()
498 bool isPacked) { in create() argument
[all …]
/external/llvm/lib/IR/
DType.cpp331 bool isPacked) { in get() argument
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
341 ST->setBody(ETypes, isPacked); in get()
350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
354 if (isPacked) in setBody()
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
425 return get(Context, None, isPacked); in get()
444 StringRef Name, bool isPacked) { in create() argument
446 ST->setBody(Elements, isPacked); in create()
459 bool isPacked) { in create() argument
[all …]
DLLVMContextImpl.h83 bool isPacked; member
85 ETypes(E), isPacked(P) {} in KeyTy()
87 : ETypes(ST->elements()), isPacked(ST->isPacked()) {} in KeyTy()
89 if (isPacked != that.isPacked)
108 Key.isPacked); in getHashValue()
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c327 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
352 isPacked = PyObject_GetAttrString(type, "_pack_"); in PyCStructUnionType_update_stgdict()
353 if (isPacked) { in PyCStructUnionType_update_stgdict()
354 pack = _PyInt_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
356 Py_XDECREF(isPacked); in PyCStructUnionType_update_stgdict()
361 Py_DECREF(isPacked); in PyCStructUnionType_update_stgdict()
430 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
504 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
577 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c343 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
368 isPacked = PyObject_GetAttrString(type, "_pack_"); in PyCStructUnionType_update_stgdict()
369 if (isPacked) { in PyCStructUnionType_update_stgdict()
370 pack = _PyLong_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
372 Py_XDECREF(isPacked); in PyCStructUnionType_update_stgdict()
377 Py_DECREF(isPacked); in PyCStructUnionType_update_stgdict()
446 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
518 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
588 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h218 bool isPacked = false);
223 bool isPacked = false);
230 bool isPacked = false);
234 static StructType *get(LLVMContext &Context, bool isPacked = false);
242 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h226 bool isPacked = false);
229 StringRef Name, bool isPacked = false);
235 bool isPacked = false);
238 static StructType *get(LLVMContext &Context, bool isPacked = false);
245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/llvm/include/llvm/IR/
DDerivedTypes.h221 bool isPacked = false);
224 StringRef Name, bool isPacked = false);
230 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
240 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDerivedTypes.h227 bool isPacked = false);
230 StringRef Name, bool isPacked = false);
243 bool isPacked = false);
246 static StructType *get(LLVMContext &Context, bool isPacked = false);
261 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
287 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java62 boolean isPacked(); in isPacked() method
487 boolean isPacked) { in getWireFormatForFieldType() argument
488 if (isPacked) { in getWireFormatForFieldType()
618 !descriptor.isRepeated() && !descriptor.isPacked()) { in writeMessageSetTo()
719 if (descriptor.isPacked()) { in writeField()
783 && !descriptor.isRepeated() && !descriptor.isPacked()) { in getMessageSetSerializedSize()
889 if (descriptor.isPacked()) { in computeFieldSize()
/external/protobuf/objectivec/
DGPBWireFormat.m52 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) {
53 if (isPacked) {
DGPBWireFormat.h57 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.h141 int size(const Type* type, bool isPacked) const;
143 int alignment(const Type* type, bool isPacked) const;
/external/skia/src/sksl/
DSkSLMetalCodeGenerator.h143 int size(const Type* type, bool isPacked) const;
145 int alignment(const Type* type, bool isPacked) const;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeTypedef.h42 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeEnum.h46 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeBaseClass.h44 FORWARD_SYMBOL_METHOD(isPacked)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeEnum.h45 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeTypedef.h42 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeUDT.h52 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeBaseClass.h47 FORWARD_SYMBOL_METHOD(isPacked)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumSymbol.h48 bool isPacked() const override;
/external/llvm/lib/Linker/
DIRMover.cpp170 DSTy->isPacked() != SSTy->isPacked()) in areTypesIsomorphic()
205 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()
214 DTy->setBody(ETypes, STy->isPacked()); in finishType()
307 bool IsPacked = STy->isPacked(); in get()
1263 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()

1234