Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h156 LLVM_ABI bool canIncreaseAlignment() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp330 bool GlobalObject::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h1021 bool canIncreaseAlignment() const { in canIncreaseAlignment() function
1022 return cast<llvm::GlobalObject>(Val)->canIncreaseAlignment(); in canIncreaseAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1559 if (!GV->canIncreaseAlignment()) in tryEnforceAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2668 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()