Searched defs:TypeEntry (Results 1 – 8 of 8) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| 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 …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
| 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 …]
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherOpt.cpp | 396 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86InstructionSelector.cpp | 1624 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
|
| D | X86FastISel.cpp | 1945 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstructionSelector.cpp | 1631 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
|
| D | X86FastISel.cpp | 1934 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 1855 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
|