Searched defs:TypeEntry (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() 419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() 429 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local 466 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local 496 auto TypeEntry = in visitStructType() local 523 auto TypeEntry = in visitArrayType() local 539 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local 551 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen); in visitEnumType() local 559 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); in visitFwdDeclType() local 601 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); in visitDerivedType() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 409 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 1586 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
|
H A D | X86FastISel.cpp | 1952 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|