Home
last modified time | relevance | path

Searched refs:getTypeAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h335 Align getTypeAlignment(MVT Ty) const { in getTypeAlignment() function
H A DHexagonVectorCombine.cpp113 int getTypeAlignment(Type *Ty) const;
212 NeedAlign(HVC.getTypeAlignment(ValTy)) {} in AddrInfo()
2256 auto HexagonVectorCombine::getTypeAlignment(Type *Ty) const -> int { in getTypeAlignment() function in HexagonVectorCombine
H A DHexagonISelLowering.cpp3146 Align NeedAlign = Subtarget.getTypeAlignment(StoreTy); in LowerStore()
3157 unsigned NeedAlign = Subtarget.getTypeAlignment(LoadTy).value(); in LowerUnalignedLoad()