Home
last modified time | relevance | path

Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp515 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() local
692 auto TypeEntry = in visitArrayType() local
1019 TypeEntry->emitType(OS); in emitBTFSection()
1196 TypeEntry->completeType(*this); in beginFunctionImpl()
1226 TypeEntry->completeType(*this); in populateType()
[all …]
H A DBTFDebug.h314 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
316 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp409 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local
420 unsigned &Entry = TypeEntry[CTMTy]; in FactorNodes()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1588 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local
1589 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()
H A DX86FastISel.cpp1947 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local
1948 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()