/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 337 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/ |
D | Type.cpp | 379 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/ |
D | Type.cpp | 331 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 …]
|
D | LLVMContextImpl.h | 83 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/ |
D | stgdict.c | 327 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/ |
D | stgdict.c | 343 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/ |
D | DerivedTypes.h | 218 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/ |
D | DerivedTypes.h | 226 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/ |
D | DerivedTypes.h | 221 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/ |
D | DerivedTypes.h | 227 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/ |
D | FieldSet.java | 62 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/ |
D | GPBWireFormat.m | 52 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) { 53 if (isPacked) {
|
D | GPBWireFormat.h | 57 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
|
/external/skqp/src/sksl/ |
D | SkSLMetalCodeGenerator.h | 141 int size(const Type* type, bool isPacked) const; 143 int alignment(const Type* type, bool isPacked) const;
|
/external/skia/src/sksl/ |
D | SkSLMetalCodeGenerator.h | 143 int size(const Type* type, bool isPacked) const; 145 int alignment(const Type* type, bool isPacked) const;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 42 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeTypedef.h | 42 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeEnum.h | 46 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeBaseClass.h | 44 FORWARD_SYMBOL_METHOD(isPacked)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeEnum.h | 45 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeTypedef.h | 42 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeUDT.h | 52 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeBaseClass.h | 47 FORWARD_SYMBOL_METHOD(isPacked)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumSymbol.h | 48 bool isPacked() const override;
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 170 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()
|