Searched defs:TypeEntry (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 389 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() 398 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() 416 auto TypeEntry = std::make_unique<BTFTypeInt>( in visitBasicType() local 435 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local 465 auto TypeEntry = in visitStructType() local 492 auto TypeEntry = in visitArrayType() local 508 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local 520 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen); in visitEnumType() local 528 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); in visitFwdDeclType() local 570 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); in visitDerivedType() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 513 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() 522 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() 532 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local 569 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() local 594 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() local 643 std::unique_ptr<BTFTypeTypeTag> TypeEntry; in genBTFTypeTags() local 677 auto TypeEntry = in visitStructType() local 712 auto TypeEntry = in visitArrayType() local 728 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType() local 752 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); in visitEnumType() local [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | LoadedArsc.h | 51 struct TypeEntry { struct 52 incfs::verified_map_ptr<ResTable_type> type; 56 ResTable_config config;
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 396 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 1624 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
|
H A D | X86FastISel.cpp | 1945 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 1631 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
|
H A D | X86FastISel.cpp | 1934 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1855 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|