Home
last modified time | relevance | path

Searched refs:FixedSize (Results 1 – 16 of 16) 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/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp190 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 DSIInstrFormats.td83 field bit FixedSize = 0;
213 let TSFlags{40} = FixedSize;
H A DSIInstructions.td426 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 DVOPDInstructions.td166 let FixedSize = 1;
H A DVOP2Instructions.td1142 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 DSOPInstructions.td875 let FixedSize = 1 in
898 let FixedSize = 1 in
947 let FixedSize = 1;
1354 let FixedSize = 1;
1406 let FixedSize = 1;
H A DVOP3PInstructions.td904 let FixedSize = 1;
/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/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp382 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 DRISCVFrameLowering.cpp2133 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 DAddressSanitizer.cpp1667 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 DCGDebugInfo.cpp966 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 DDemangleTestCases.inc24505 …g10ASTContextEyE9FixedSize", "GetCFNumberSize(clang::ASTContext&, unsigned long long)::FixedSize"},