Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h149 bool canIncreaseAlignment() const;
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h552 bool canIncreaseAlignment() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp245 bool GlobalValue::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalValue
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp242 bool GlobalObject::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalObject
/external/llvm/lib/Transforms/Utils/
DLocal.cpp994 if (!GO->canIncreaseAlignment()) in enforceKnownAlignment()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1304 if (!GO->canIncreaseAlignment()) in tryEnforceAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1171 if (!GO->canIncreaseAlignment()) in enforceKnownAlignment()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1782 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1921 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2017 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()