Searched refs:AlignOpt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 557 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic() local 567 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 568 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 572 DataParam, PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 579 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 580 NewLoad->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 584 VPI.getType(), PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 592 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam); in expandPredicationInMemoryIntrinsic() 599 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam, nullptr, in expandPredicationInMemoryIntrinsic()
|