Searched refs:FixedSize (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 69 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 D | DWARFAbbreviationDeclaration.cpp | 179 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local 180 Offset += *FixedSize; in getAttributeOffsetFromIndex()
|
H A D | DWARFFormValue.cpp | 176 if (std::optional<uint8_t> FixedSize = in skipValue() local 178 *OffsetPtr += *FixedSize; in skipValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 423 if (std::optional<uint8_t> FixedSize = in sizeOf() local 425 return *FixedSize; in sizeOf()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrFormats.td | 78 field bit FixedSize = 0; 209 let TSFlags{40} = FixedSize;
|
H A D | SIInstructions.td | 375 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 D | SOPInstructions.td | 896 let FixedSize = 1 in 919 let FixedSize = 1 in 968 let FixedSize = 1; 1373 let FixedSize = 1; 1425 let FixedSize = 1;
|
H A D | VOP2Instructions.td | 973 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 D | RISCVFrameLowering.cpp | 1544 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 D | BasicObjCFoundationChecks.cpp | 383 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 D | AddressSanitizer.cpp | 1600 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 D | CGDebugInfo.cpp | 815 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()
|