Searched refs:FixedSize (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 69 if (std::optional<size_t> FixedSize = in extractFast() local 71 *OffsetPtr += *FixedSize; in extractFast() 78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local 80 *OffsetPtr += *FixedSize; in extractFast()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 179 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local 180 Offset += *FixedSize; in getAttributeOffsetFromIndex()
|
| H A D | DWARFFormValue.cpp | 176 if (std::optional<uint8_t> FixedSize = in skipValue() local 178 *OffsetPtr += *FixedSize; in skipValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 427 if (std::optional<uint8_t> FixedSize = in sizeOf() local 429 return *FixedSize; in sizeOf()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 83 field bit FixedSize = 0; 214 let TSFlags{40} = FixedSize;
|
| H A D | SIInstructions.td | 372 let FixedSize = 1; 385 let FixedSize = 1; 400 let FixedSize = 1; 413 let FixedSize = 1; 563 let FixedSize = 1; 600 let FixedSize = 1; 641 let FixedSize = 1; 653 let FixedSize = 1; 688 let FixedSize = 0; 729 let FixedSize = 1; [all …]
|
| H A D | VOPDInstructions.td | 125 let FixedSize = 1;
|
| H A D | SOPInstructions.td | 882 let FixedSize = 1 in 905 let FixedSize = 1 in 954 let FixedSize = 1; 1350 let FixedSize = 1; 1402 let FixedSize = 1;
|
| H A D | VOP2Instructions.td | 952 let FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1 in { 968 } // End FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1 1110 let SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, FixedSize = 1 in { 1115 } // End SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, FixedSize = 1
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 383 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local 386 return FixedSize[i-1]; in GetCFNumberSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1520 const auto FixedSize = TypeStoreSize.getFixedValue(); in doInstrumentAddress() local 1521 switch (FixedSize) { in doInstrumentAddress() 1528 *Alignment >= FixedSize / 8) in doInstrumentAddress() 1530 FixedSize, IsWrite, nullptr, UseCalls, in doInstrumentAddress()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 805 unsigned FixedSize = ElementCount * SEW; in CreateType() local 809 } else if (FixedSize < 64) { in CreateType() 812 LMUL = 64 / FixedSize; in CreateType() 814 LMUL = FixedSize / 64; in CreateType()
|