Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp70 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const TargetData &TD, in getGVAlignmentLog2() function
288 unsigned AlignLog = getGVAlignmentLog2(GV, *TD); in EmitGlobalVariable()
1392 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getTargetData(), NumBits); in EmitAlignment()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp78 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL, in getGVAlignmentLog2() function
407 unsigned AlignLog = getGVAlignmentLog2(GV, DL); in EmitGlobalVariable()
1725 NumBits = getGVAlignmentLog2(GV, GV->getParent()->getDataLayout(), NumBits); in EmitAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp160 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL, in getGVAlignmentLog2() function
488 unsigned AlignLog = getGVAlignmentLog2(GV, DL); in EmitGlobalVariable()
2025 NumBits = getGVAlignmentLog2(GV, GV->getParent()->getDataLayout(), NumBits); in EmitAlignment()