Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h543 bool canIncreaseAlignment() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DGlobals.cpp220 bool GlobalValue::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalValue
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1174 if (!GO->canIncreaseAlignment()) in enforceKnownAlignment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1671 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()