| /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/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 190 const auto FixedSize = TypeStoreSize.getFixedValue(); in instrumentAddress() local 191 switch (FixedSize) { in instrumentAddress() 198 Alignment.value() >= FixedSize / 8) in instrumentAddress() 200 M, IRB, OrigIns, InsertBefore, Addr, Alignment, FixedSize, IsWrite, in instrumentAddress()
|
| H A D | SIInstrFormats.td | 83 field bit FixedSize = 0; 213 let TSFlags{40} = FixedSize;
|
| H A D | SIInstructions.td | 426 let FixedSize = 1; 439 let FixedSize = 1; 454 let FixedSize = 1; 467 let FixedSize = 1; 608 let FixedSize = 1; 655 let FixedSize = 1; 696 let FixedSize = 1; 708 let FixedSize = 1; 739 let FixedSize = 0, 758 } // End FixedSize = 0 etc [all …]
|
| H A D | VOPDInstructions.td | 166 let FixedSize = 1;
|
| H A D | VOP2Instructions.td | 1142 let FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1 in { 1164 } // End FPDPRounding = 1, isReMaterializable = 1, FixedSize = 1 1320 let SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, CanBeVOPD3X = 0, FixedSize … 1325 … SubtargetPredicate = HasFmaakFmamkF32Insts, isReMaterializable = 1, CanBeVOPD3X = 0, FixedSize = 1 1328 FixedSize = 1, Size = 12, SchedRW = [Write64Bit] in { 1333 } // End SubtargetPredicate = HasFmaakFmamkF64Insts, isReMaterializable = 1, FixedSize = 1, Size = …
|
| H A D | SOPInstructions.td | 875 let FixedSize = 1 in 898 let FixedSize = 1 in 947 let FixedSize = 1; 1354 let FixedSize = 1; 1406 let FixedSize = 1;
|
| H A D | VOP3PInstructions.td | 904 let FixedSize = 1;
|
| /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/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 382 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local 385 return FixedSize[i-1]; in GetCFNumberSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 2133 uint64_t FixedSize = getStackSizeWithRVVPadding(*MF); in emitCalleeSavedRVVPrologCFI() local 2138 FixedSize -= ScalarLocalVarSize; in emitCalleeSavedRVVPrologCFI() 2149 TRI, BaseReg + i, -FixedSize, MFI.getObjectOffset(FI) / 8 + i)); in emitCalleeSavedRVVPrologCFI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1667 const auto FixedSize = TypeStoreSize.getFixedValue(); in doInstrumentAddress() local 1668 switch (FixedSize) { in doInstrumentAddress() 1675 *Alignment >= FixedSize / 8) in doInstrumentAddress() 1677 FixedSize, IsWrite, nullptr, UseCalls, in doInstrumentAddress()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 966 unsigned FixedSize = ElementCount * SEW; in CreateType() local 970 } else if (FixedSize < 64) { in CreateType() 973 LMUL = 64 / FixedSize; in CreateType() 975 LMUL = FixedSize / 64; in CreateType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24505 …g10ASTContextEyE9FixedSize", "GetCFNumberSize(clang::ASTContext&, unsigned long long)::FixedSize"},
|