Home
last modified time | relevance | path

Searched refs:canIncreaseAlignment (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h508 bool canIncreaseAlignment() const;
/external/llvm/include/llvm/IR/
DGlobalValue.h493 bool canIncreaseAlignment() const;
/external/llvm/lib/IR/
DGlobals.cpp175 bool GlobalValue::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalValue
/external/llvm/lib/Transforms/Utils/
DLocal.cpp994 if (!GO->canIncreaseAlignment()) in enforceKnownAlignment()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1782 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()