HomeSort by: relevance | last modified time | path
    Searched refs:TypeEntry (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp 410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry,
412 TypeEntry->setId(TypeEntries.size() + 1);
413 uint32_t Id = TypeEntry->getId();
415 TypeEntries.push_back(std::move(TypeEntry));
419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) {
420 TypeEntry->setId(TypeEntries.size() + 1);
421 uint32_t Id = TypeEntry->getId();
422 TypeEntries.push_back(std::move(TypeEntry));
429 std::unique_ptr<BTFTypeBase> TypeEntry;
438 TypeEntry = std::make_unique<BTFTypeInt>
    [all...]
BTFDebug.h 275 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
277 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 409 DenseMap<unsigned, unsigned> TypeEntry;
420 unsigned &Entry = TypeEntry[CTMTy];
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp 1586 const DivRemEntry &TypeEntry = *OpEntryIt;
1587 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex];
1600 TypeEntry.LowInReg)
1617 TypeEntry.HighInReg)
1621 TypeEntry.HighInReg)
1625 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg)
X86FastISel.cpp 1952 const DivRemEntry &TypeEntry = OpTable[TypeIndex];
1953 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex];
1963 TII.get(OpEntry.OpCopy), TypeEntry.LowInReg).addReg(Op0Reg);
1979 TII.get(Copy), TypeEntry.HighInReg)
1983 TII.get(Copy), TypeEntry.HighInReg)
1987 TII.get(TargetOpcode::SUBREG_TO_REG), TypeEntry.HighInReg)
2022 ResultReg = createResultReg(TypeEntry.RC);

Completed in 43 milliseconds