Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local
51 *OffsetPtr += *FixedSize; in extractFast()
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
60 *OffsetPtr += *FixedSize; in extractFast()
H A DDWARFAbbreviationDeclaration.cpp166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() local
167 Offset += *FixedSize; in getAttributeValue()
H A DDWARFFormValue.cpp172 if (Optional<uint8_t> FixedSize = in skipValue() local
174 *OffsetPtr += *FixedSize; in skipValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td75 field bit FixedSize = 0;
186 let TSFlags{40} = FixedSize;
H A DSIInstructions.td270 let FixedSize = 1;
400 let FixedSize = 1;
435 let FixedSize = 1;
506 let FixedSize = 1;
H A DSOPInstructions.td1049 let FixedSize = 1;
1067 let FixedSize = 1;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
437 return *FixedSize; in SizeOf()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
379 return FixedSize[i-1]; in GetCFNumberSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp774 unsigned FixedSize = ElementCount * SEW; in CreateType() local
778 } else if (FixedSize < 64) { in CreateType()
781 LMUL = 64 / FixedSize; in CreateType()
783 LMUL = FixedSize / 64; in CreateType()