Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
513 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() argument515 TypeEntry->setId(TypeEntries.size() + 1); in addType()516 uint32_t Id = TypeEntry->getId(); in addType()518 TypeEntries.push_back(std::move(TypeEntry)); in addType()522 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() argument523 TypeEntry->setId(TypeEntries.size() + 1); in addType()524 uint32_t Id = TypeEntry->getId(); in addType()525 TypeEntries.push_back(std::move(TypeEntry)); in addType()532 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local541 TypeEntry = std::make_unique<BTFTypeInt>( in visitBasicType()[all …]
314 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);316 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
409 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local420 unsigned &Entry = TypeEntry[CTMTy]; in FactorNodes()
1624 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local1625 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in selectDivRem()1638 TypeEntry.LowInReg) in selectDivRem()1655 TypeEntry.HighInReg) in selectDivRem()1659 TypeEntry.HighInReg) in selectDivRem()1663 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in selectDivRem()
1945 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local1946 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in X86SelectDivRem()1956 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg); in X86SelectDivRem()1972 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1976 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1980 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in X86SelectDivRem()2015 ResultReg = createResultReg(TypeEntry.RC); in X86SelectDivRem()