Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h154 bool canIncreaseAlignment() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp304 bool GlobalObject::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1531 if (!GO->canIncreaseAlignment()) in tryEnforceAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2421 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()