Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
413 uint32_t Id = TypeEntry->getId(); in addType()421 uint32_t Id = TypeEntry->getId(); in addType()429 std::unique_ptr<BTFTypeBase> TypeEntry; in visitBasicType() local442 TypeEntry = in visitBasicType()496 auto TypeEntry = in visitStructType() local523 auto TypeEntry = in visitArrayType() local794 TypeLen += TypeEntry->getSize(); in emitBTFSection()804 TypeEntry->emitType(OS); in emitBTFSection()968 TypeEntry->completeType(*this); in beginFunctionImpl()998 TypeEntry->completeType(*this); in populateType()[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()