HomeSort by relevance Sort by last modified time
    Searched refs:isPacked (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/IR/
LLVMContextImpl.h 103 bool isPacked;
105 ETypes(E), isPacked(P) {}
108 isPacked(ST->isPacked()) {}
110 if (isPacked != that.isPacked)
129 Key.isPacked);
Type.cpp 400 bool isPacked) {
402 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
411 ST->setBody(ETypes, isPacked);
420 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
424 if (isPacked)
495 StructType *StructType::get(LLVMContext &Context, bool isPacked) {
496 return get(Context, None, isPacked);
513 StringRef Name, bool isPacked) {
515 ST->setBody(Elements, isPacked);
528 bool isPacked) {
    [all...]
DataLayout.cpp 54 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty);
650 if (cast<StructType>(Ty)->isPacked() && abi_or_pref)
AsmWriter.cpp 277 if (STy->isPacked())
293 if (STy->isPacked())
    [all...]
ConstantFold.cpp 346 if (!STy->isPacked()) {
409 if (STy->isPacked())
472 if (!STy->isPacked()) {
632 if (!STy->isPacked()) {
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 217 bool isPacked = false);
222 bool isPacked = false);
229 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; }
268 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 321 false /* isPacked */)) {
327 true /* isPacked */)) {
435 final boolean isPacked) {
440 this.isPacked = isPacked;
447 private final boolean isPacked;
465 public boolean isPacked() {
466 return isPacked;
523 false /* isRepeated */, false /* isPacked */));
533 final boolean isPacked) {
    [all...]
FieldSet.java 61 boolean isPacked();
370 boolean isPacked) {
371 if (isPacked) {
486 !descriptor.isRepeated() && !descriptor.isPacked()) {
568 if (descriptor.isPacked()) {
612 !descriptor.isRepeated() && !descriptor.isPacked()) {
693 if (descriptor.isPacked()) {
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 495 false /* isPacked */)) {
501 true /* isPacked */)) {
604 false /* isPacked */));
616 final boolean isPacked) {
624 enumTypeMap, number, type, true /* isRepeated */, isPacked));
635 final boolean isPacked) {
640 this.isPacked = isPacked;
647 private final boolean isPacked;
665 public boolean isPacked() {
    [all...]
FieldSet.java 62 boolean isPacked();
464 boolean isPacked) {
465 if (isPacked) {
607 !descriptor.isRepeated() && !descriptor.isPacked()) {
688 if (descriptor.isPacked()) {
752 && !descriptor.isRepeated() && !descriptor.isPacked()) {
842 if (descriptor.isPacked()) {
  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 91 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; }
blocklayout.cpp 184 if (!isPacked() ||
205 else if (isPacked())
233 else if (isPacked())
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 156 public boolean isPacked() {
RopTranslator.java 639 Dop opcode = dataInsn.isPacked() ?
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
RopTranslator.java 648 Dop opcode = dataInsn.isPacked() ?
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
RopTranslator.java 646 Dop opcode = dataInsn.isPacked() ?
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 664 if (STyL->isPacked() != STyR->isPacked())
665 return cmpNumbers(STyL->isPacked(), STyR->isPacked());
    [all...]
DeadArgumentElimination.cpp 798 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 180 DSTy->isPacked() != SSTy->isPacked())
227 DstSTy->setBody(Elements, SrcSTy->isPacked());
307 cast<StructType>(Ty)->isPacked());
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 553 bool IsPacked,
558 mIsPacked(IsPacked),
577 inline bool isPacked() const { return mIsPacked; }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 740 bool isPacked, const FieldDecl *D);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1237 milliseconds

1 2