Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp515 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
524 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
534 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local
571 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local
596 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() local
645 std::unique_ptr<BTFTypeTypeTag> TypeEntry; in genBTFTypeTags() local
679 auto TypeEntry = in visitStructType() local
714 auto TypeEntry = in visitArrayType() local
730 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local
754 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); in visitEnumType() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp438 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1943 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1742 const MulDivRemEntry &TypeEntry = *OpEntryIt; in selectMulDivRem() local