Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 329 DIToIdMap[Ty] = TypeEntry->getId(); in addType() 335 uint32_t Id = TypeEntry->getId(); in addType() 353 addType(std::move(TypeEntry), BTy); in visitBasicType() 399 auto TypeEntry = in visitStructType() local 401 addType(std::move(TypeEntry), CTy); in visitStructType() 410 addType(std::move(TypeEntry), CTy); in visitArrayType() 431 addType(std::move(TypeEntry), CTy); in visitEnumType() 438 addType(std::move(TypeEntry), CTy); in visitFwdDeclType() 559 TypeLen += TypeEntry->getSize(); in emitBTFSection() 569 TypeEntry->emitType(OS); in emitBTFSection() [all …]
|
| H A D | BTFDebug.h | 209 void addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty); 211 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 406 DenseMap<unsigned, unsigned> TypeEntry; in FactorNodes() local 416 unsigned &Entry = TypeEntry[CTMTy]; in FactorNodes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1707 const DivRemEntry &TypeEntry = *OpEntryIt; in selectDivRem() local 1708 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in selectDivRem() 1721 TypeEntry.LowInReg) in selectDivRem() 1738 TypeEntry.HighInReg) in selectDivRem() 1742 TypeEntry.HighInReg) in selectDivRem() 1746 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in selectDivRem()
|
| H A D | X86FastISel.cpp | 1949 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem() local 1950 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in X86SelectDivRem() 1960 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg); in X86SelectDivRem() 1976 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem() 1980 TII.get(Copy), TypeEntry.HighInReg) in X86SelectDivRem() 1984 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg) in X86SelectDivRem() 2019 ResultReg = createResultReg(TypeEntry.RC); in X86SelectDivRem()
|