Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp70 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { 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.cpp159 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local
160 Offset += *FixedSize; in getAttributeOffsetFromIndex()
H A DDWARFFormValue.cpp175 if (Optional<uint8_t> FixedSize = in skipValue() local
177 *OffsetPtr += *FixedSize; in skipValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp428 if (Optional<uint8_t> FixedSize = in sizeOf() local
430 return *FixedSize; in sizeOf()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td81 field bit FixedSize = 0;
198 let TSFlags{40} = FixedSize;
H A DSIInstructions.td314 let FixedSize = 1;
327 let FixedSize = 1;
466 let FixedSize = 1;
502 let FixedSize = 1;
543 let FixedSize = 1;
556 let FixedSize = 1;
578 let FixedSize = 1;
H A DSOPInstructions.td1093 let FixedSize = 1;
1111 let FixedSize = 1;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp373 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
376 return FixedSize[i-1]; in GetCFNumberSize()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp759 unsigned FixedSize = ElementCount * SEW; in CreateType() local
763 } else if (FixedSize < 64) { in CreateType()
766 LMUL = 64 / FixedSize; in CreateType()
768 LMUL = FixedSize / 64; in CreateType()