Searched refs:AlignOpt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 422 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic() local 432 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 433 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 437 DataParam, PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 444 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 445 NewLoad->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 449 VPI.getType(), PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 457 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam); in expandPredicationInMemoryIntrinsic() 464 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam, nullptr, in expandPredicationInMemoryIntrinsic()
|