Home
last modified time | relevance | path

Searched refs:FixedSize (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp69 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 DDWARFAbbreviationDeclaration.cpp157 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local
158 Offset += *FixedSize; in getAttributeOffsetFromIndex()
H A DDWARFFormValue.cpp174 if (std::optional<uint8_t> FixedSize = in skipValue() local
176 *OffsetPtr += *FixedSize; in skipValue()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td81 field bit FixedSize = 0;
201 let TSFlags{40} = FixedSize;
H A DSIInstructions.td322 let FixedSize = 1;
335 let FixedSize = 1;
350 let FixedSize = 1;
363 let FixedSize = 1;
502 let FixedSize = 1;
538 let FixedSize = 1;
579 let FixedSize = 1;
592 let FixedSize = 1;
614 let FixedSize = 1;
3619 let FixedSize = 1;
[all …]
H A DSOPInstructions.td731 let FixedSize = 1;
1099 let FixedSize = 1;
1117 let FixedSize = 1;
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp428 if (std::optional<uint8_t> FixedSize = in sizeOf() local
430 return *FixedSize; in sizeOf()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp374 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
377 return FixedSize[i-1]; in GetCFNumberSize()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp776 unsigned FixedSize = ElementCount * SEW; in CreateType() local
780 } else if (FixedSize < 64) { in CreateType()
783 LMUL = 64 / FixedSize; in CreateType()
785 LMUL = FixedSize / 64; in CreateType()