reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
  375   void setAlignment(MaybeAlign Align);

References

include/llvm/IR/IRBuilder.h
 1667     SI->setAlignment(MaybeAlign(Align));
lib/CodeGen/AtomicExpandPass.cpp
  472   NewSI->setAlignment(MaybeAlign(SI->getAlignment()));
lib/IR/Core.cpp
 2017     SI->setAlignment(MaybeAlign(Bytes));
lib/IR/Instructions.cpp
 1400   setAlignment(Align);
 1414   setAlignment(Align);
lib/Transforms/IPO/Attributor.cpp
 2709             SI->setAlignment(Align(getAssumedAlign()));
lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
  127     SI->setAlignment(MaybeAlign(DL.getABITypeAlignment(RMWI.getType())));
lib/Transforms/InstCombine/InstCombineCalls.cpp
  202   S->setAlignment(
  274     S->setAlignment(Alignment);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1366     SI.setAlignment(KnownAlign);
 1368     SI.setAlignment(EffectiveStoreAlign);
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  332         SI->setAlignment(MaybeAlign(NewAlignment));
lib/Transforms/Scalar/GVNHoist.cpp
  896       ReplacementStore->setAlignment(
lib/Transforms/Scalar/LICM.cpp
 1803       NewSI->setAlignment(MaybeAlign(Alignment));
lib/Transforms/Scalar/SROA.cpp
 3132         SI->setAlignment(MaybeAlign(std::min(StoreAlign, getSliceAlign())));
lib/Transforms/Utils/SimplifyCFG.cpp
 3090     SI->setAlignment(Align(MinAlignment));
 3094     SI->setAlignment(Align(std::min(MaxAlignment, TypeAlignment)));
 3098     SI->setAlignment(Align(TypeAlignment));
lib/Transforms/Vectorize/SLPVectorizer.cpp
 4073       ST->setAlignment(Align(Alignment));
tools/clang/lib/CodeGen/CGBuiltin.cpp
11356     SI->setAlignment(llvm::Align::None());
tools/clang/lib/CodeGen/CGCleanup.cpp
  307   store->setAlignment(addr.getAlignment().getAsAlign());
tools/clang/lib/CodeGen/CGExpr.cpp
  129   Store->setAlignment(Var.getAlignment().getAsAlign());
tools/clang/lib/CodeGen/CodeGenFunction.h
 1037     store->setAlignment(addr.getAlignment().getAsAlign());
tools/polly/lib/CodeGen/BlockGenerators.cpp
 1212       Store->setAlignment(Align(8));