Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp179 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local
180 Offset += *FixedSize; in getAttributeOffsetFromIndex()
H A DDWARFFormValue.cpp176 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 DDIE.cpp427 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 DSIInstrFormats.td83 field bit FixedSize = 0;
214 let TSFlags{40} = FixedSize;
H A DSIInstructions.td372 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 DVOPDInstructions.td125 let FixedSize = 1;
H A DSOPInstructions.td882 let FixedSize = 1 in
905 let FixedSize = 1 in
954 let FixedSize = 1;
1350 let FixedSize = 1;
1402 let FixedSize = 1;
H A DVOP2Instructions.td952 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 DBasicObjCFoundationChecks.cpp383 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 DAddressSanitizer.cpp1520 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 DCGDebugInfo.cpp805 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()