Searched defs:TypeEntry (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp409 DenseMap<unsigned, unsigned> TypeEntry; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp394 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, argument
403 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { argument
470 auto TypeEntry = local
497 auto TypeEntry = local
513 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, local
533 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); local
575 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); local
589 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1633 const DivRemEntry &TypeEntry = *OpEntryIt; local
H A DX86FastISel.cpp1926 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; local

Completed in 206 milliseconds