Searched refs:AlignOpt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 581 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic() local 591 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 592 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 596 DataParam, PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 603 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 604 NewLoad->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 608 VPI.getType(), PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 616 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam); in expandPredicationInMemoryIntrinsic() 623 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam, nullptr, in expandPredicationInMemoryIntrinsic()
|