Home
last modified time | relevance | path

Searched refs:getPreferredAlignmentLog (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DDataLayout.h460 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h609 inline unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const, in getPreferredAlignmentLog() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h572 unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
/external/llvm/lib/IR/
DDataLayout.cpp784 unsigned DataLayout::getPreferredAlignmentLog(const GlobalVariable *GV) const { in getPreferredAlignmentLog() function in DataLayout
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp875 unsigned DataLayout::getPreferredAlignmentLog(const GlobalVariable *GV) const { in getPreferredAlignmentLog() function in DataLayout
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp82 NumBits = DL.getPreferredAlignmentLog(GVar); in getGVAlignmentLog2()