Home
last modified time | relevance | path

Searched refs:getPointerAlignment (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp31 if (const MaybeAlign PA = Base->getPointerAlignment(DL)) in getBaseAlign()
DValueTracking.cpp1811 const MaybeAlign Align = V->getPointerAlignment(Q.DL); in computeKnownBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h529 unsigned getPointerAlignment(const DataLayout &DL) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h635 MaybeAlign getPointerAlignment(const DataLayout &DL) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp675 MaybeAlign Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
DConstantFold.cpp1176 GVAlign = GV->getPointerAlignment(TheModule->getDataLayout()); in ConstantFoldBinaryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3540 const MaybeAlign PA = V.getPointerAlignment(DL); in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1922 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2391 MaybeAlign Align = G->getGlobal()->getPointerAlignment(DL);