Home
last modified time | relevance | path

Searched refs:getABIIntegerTypeAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h455 unsigned getABIIntegerTypeAlignment(unsigned BitWidth) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp839 return TD.getABIIntegerTypeAlignment(64); in getEntryAlignment()
843 return TD.getABIIntegerTypeAlignment(32); in getEntryAlignment()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp736 unsigned DataLayout::getABIIntegerTypeAlignment(unsigned BitWidth) const { in getABIIntegerTypeAlignment() function in DataLayout