Home
last modified time | relevance | path

Searched refs:getEntrySize (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h93 /// getEntrySize - Return the size of each entry in the jump table.
94 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h80 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp710 Section->getEntrySize() != Size) in ParseSectionArguments()
712 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp625 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DMCObjectFileInfo.cpp1171 S->getEntrySize(), in getPseudoProbeDescSection()
H A DELFObjectWriter.cpp928 Section.getEntrySize()); in writeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp630 unsigned EntrySize = MJTI->getEntrySize(TD); in LowerBR_JT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp363 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp834 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
840 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp1260 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2835 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4035 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()