| /llvm-project-15.0.7/llvm/include/llvm/Linker/ |
| H A D | IRMover.h | 30 bool IsPacked; member 59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | StructPackAlignCheck.cpp | 88 bool IsPacked = Struct->hasAttr<PackedAttr>(); in check() local 99 if (NeedsPacking && !IsPacked) { in check()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 320 bool IsPacked = STy->isPacked(); in get() local 322 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked); in get() 331 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get() 1648 : ETypes(E), IsPacked(P) {} in KeyTy() 1651 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy() 1654 return IsPacked == That.IsPacked && ETypes == That.ETypes; in operator ==() 1671 Key.IsPacked); in getHashValue() 1712 bool IsPacked) { in findNonOpaque() argument 1713 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.h | 111 bool IsPacked() const;
|
| H A D | sanitizer_stack_store.cpp | 374 bool StackStore::BlockInfo::IsPacked() const { in IsPacked() function in __sanitizer::StackStore::BlockInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | VOPInstructions.td | 99 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)), 103 let IsPacked = P.IsPacked; 109 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64)); 1205 bit IsPacked = Packed; 1220 let IsPacked = !if(Features.IsPacked, 1, P.IsPacked); 1224 !or(Features.IsPacked, Features.HasOpSel, P.HasModifiers));
|
| H A D | SIInstrFormats.td | 115 field bit IsPacked = 0; 210 let TSFlags{49} = IsPacked;
|
| H A D | SIDefines.h | 102 IsPacked = UINT64_C(1) << 49, enumerator
|
| H A D | SIInstrInfo.h | 416 return MI.getDesc().TSFlags & SIInstrFlags::IsPacked; in isPacked() 420 return get(Opcode).TSFlags & SIInstrFlags::IsPacked; in isPacked()
|
| H A D | SIFoldOperands.cpp | 187 if (MI->getDesc().TSFlags & SIInstrFlags::IsPacked && in updateOperand()
|
| H A D | SIInstrInfo.td | 2445 field bit IsPacked = isPackedType<Src0VT>.ret; 2446 field bit HasOpSel = IsPacked;
|
| H A D | VOP3PInstructions.td | 709 let IsPacked = 1;
|
| H A D | VOP2Instructions.td | 424 let IsPacked = 0;
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 1140 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue() argument 1141 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue() 1177 const bool IsPacked = in printPackedModifier() local 1178 MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::IsPacked; in printPackedModifier() 1180 if (allOpsDefaultValue(Ops, NumOps, Mod, IsPacked, HasDstSel)) in printPackedModifier()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stack_store_test.cpp | 60 for (const BlockInfo& b : store_.blocks_) res += b.IsPacked(); in CountPackedBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 8259 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local 8268 assert(!IsPacked); in cvtVOP3P() 8282 int DefaultVal = IsPacked ? -1 : 0; in cvtVOP3P()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 11118 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFPCCEligibleStruct() local 11128 llvm::StructType::get(getVMContext(), CoerceElts, IsPacked); in coerceAndExpandFPCCEligibleStruct() 11130 llvm::StructType::get(getVMContext(), UnpaddedCoerceElts, IsPacked); in coerceAndExpandFPCCEligibleStruct()
|