Home
last modified time | relevance | path

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

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