Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp412 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic() local
422 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic()
423 NewStore->setAlignment(AlignOpt.value()); in expandPredicationInMemoryIntrinsic()
427 DataParam, PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic()
434 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic()
435 NewLoad->setAlignment(AlignOpt.value()); in expandPredicationInMemoryIntrinsic()
439 VPI.getType(), PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic()
447 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam); in expandPredicationInMemoryIntrinsic()
454 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam, nullptr, in expandPredicationInMemoryIntrinsic()