Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h94 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionELF.h80 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp710 Section->getEntrySize() != Size) in ParseSectionArguments()
712 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaISelLowering.cpp630 unsigned EntrySize = MJTI->getEntrySize(TD); in LowerBR_JT()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp625 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
HDMCObjectFileInfo.cpp1171 S->getEntrySize(), in getPseudoProbeDescSection()
HDELFObjectWriter.cpp928 Section.getEntrySize()); in writeSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstructionSelector.cpp363 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp834 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
840 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
HDMachineFunction.cpp1260 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVInstructionSelector.cpp637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2835 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp4035 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()