Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp423 if (std::optional<uint8_t> FixedSize = in sizeOf() local
425 return *FixedSize; in sizeOf()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td78 field bit FixedSize = 0;
209 let TSFlags{40} = FixedSize;
H A DSIInstructions.td375 let FixedSize = 1;
388 let FixedSize = 1;
403 let FixedSize = 1;
416 let FixedSize = 1;
566 let FixedSize = 1;
603 let FixedSize = 1;
644 let FixedSize = 1;
656 let FixedSize = 1;
691 let FixedSize = 0;
732 let FixedSize = 1;
[all …]
H A DSOPInstructions.td896 let FixedSize = 1 in
919 let FixedSize = 1 in
968 let FixedSize = 1;
1373 let FixedSize = 1;
1425 let FixedSize = 1;
H A DVOP2Instructions.td973 let FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1 in {
989 } // End FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1
1131 let SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, FixedSize = 1 in {
1136 } // End SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, FixedSize = 1
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1544 uint64_t FixedSize = getStackSizeWithRVVPadding(*MF); in emitCalleeSavedRVVPrologCFI() local
1550 FixedSize -= ScalarLocalVarSize; in emitCalleeSavedRVVPrologCFI()
1558 createDefCFAOffset(*STI.getRegisterInfo(), CS.getReg(), -FixedSize, in emitCalleeSavedRVVPrologCFI()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1600 const auto FixedSize = TypeStoreSize.getFixedValue(); in doInstrumentAddress() local
1601 switch (FixedSize) { in doInstrumentAddress()
1608 *Alignment >= FixedSize / 8) in doInstrumentAddress()
1610 FixedSize, IsWrite, nullptr, UseCalls, in doInstrumentAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp815 unsigned FixedSize = ElementCount * SEW; in CreateType() local
819 } else if (FixedSize < 64) { in CreateType()
822 LMUL = 64 / FixedSize; in CreateType()
824 LMUL = FixedSize / 64; in CreateType()