Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
515 uint32_t Id = TypeEntry->getId(); in addType()523 uint32_t Id = TypeEntry->getId(); in addType()544 TypeEntry = in visitBasicType()595 addType(std::move(TypeEntry)); in processDeclAnnotations()625 TypeEntry = in genBTFTypeTags()657 auto TypeEntry = in visitStructType() local692 auto TypeEntry = in visitArrayType() local1019 TypeEntry->emitType(OS); in emitBTFSection()1196 TypeEntry->completeType(*this); in beginFunctionImpl()1226 TypeEntry->completeType(*this); in populateType()[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()
1588 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local1589 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in selectDivRem()1602 TypeEntry.LowInReg) in selectDivRem()1619 TypeEntry.HighInReg) in selectDivRem()1623 TypeEntry.HighInReg) in selectDivRem()1627 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in selectDivRem()
1947 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local1948 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in X86SelectDivRem()1958 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg); in X86SelectDivRem()1974 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1978 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem()1982 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in X86SelectDivRem()2017 ResultReg = createResultReg(TypeEntry.RC); in X86SelectDivRem()