Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType() argument412 TypeEntry->setId(TypeEntries.size() + 1); in addType()413 uint32_t Id = TypeEntry->getId(); in addType()415 TypeEntries.push_back(std::move(TypeEntry)); in addType()419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType() argument420 TypeEntry->setId(TypeEntries.size() + 1); in addType()421 uint32_t Id = TypeEntry->getId(); in addType()422 TypeEntries.push_back(std::move(TypeEntry)); in addType()429 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local438 TypeEntry = std::make_unique<BTFTypeInt>( in visitBasicType()[all …]
275 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);277 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
409 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local420 unsigned &Entry = TypeEntry[CTMTy]; in FactorNodes()
1586 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local1587 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in selectDivRem()1600 TypeEntry.LowInReg) in selectDivRem()1617 TypeEntry.HighInReg) in selectDivRem()1621 TypeEntry.HighInReg) in selectDivRem()1625 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in selectDivRem()
1952 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local1953 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in X86SelectDivRem()1963 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg); in X86SelectDivRem()1979 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1983 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1987 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in X86SelectDivRem()2022 ResultReg = createResultReg(TypeEntry.RC); in X86SelectDivRem()