Home
last modified time | relevance | path

Searched defs:TypeEntry (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp581 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
590 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
600 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local
637 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local
662 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() local
711 std::unique_ptr<BTFTypeTypeTag> TypeEntry; in genBTFTypeTags() local
757 auto TypeEntry = in visitStructType() local
805 auto TypeEntry = in visitArrayType() local
821 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local
845 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); in visitEnumType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp316 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local
344 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local
423 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches() local
436 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches() local
H A DTypePool.h27 using TypeEntry = StringMapEntry<std::atomic<TypeEntryBody *>>; variable
H A DDWARFLinkerTypeUnit.cpp169 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp558 DenseMap<unsigned, unsigned> TypeEntry; in FactorScope() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1949 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1782 const MulDivRemEntry &TypeEntry = *OpEntryIt; in selectMulDivRem() local