Home
last modified time | relevance | path

Searched refs:getEntryAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h95 /// getEntryAlignment - Return the alignment of each entry in the jump table.
96 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1280 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp664 EntrySize, Align(MJTI->getEntryAlignment(MF.getDataLayout())))); in select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2718 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()