Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h96 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1268 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp649 EntrySize, Align(MJTI->getEntryAlignment(MF.getDataLayout())))); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2710 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()