Searched refs:VectorLhsLoad (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 418 Value *VectorLhsLoad = Builder.CreateMaskedLoad(VectorLoadType, VectorLhsGep, in createMaskedFindMismatch() local 426 Value *VectorMatchCmp = Builder.CreateICmpNE(VectorLhsLoad, VectorRhsLoad); in createMaskedFindMismatch() 520 Value *VectorLhsLoad = Builder.CreateIntrinsic( in createPredicatedFindMismatch() local 531 auto *PredicateMDS = MDString::get(VectorLhsLoad->getContext(), PredicateStr); in createPredicatedFindMismatch() 532 Value *Pred = MetadataAsValue::get(VectorLhsLoad->getContext(), PredicateMDS); in createPredicatedFindMismatch() 534 Intrinsic::vp_icmp, {VectorLhsLoad->getType()}, in createPredicatedFindMismatch() 535 {VectorLhsLoad, VectorRhsLoad, Pred, AllTrueMask, VL}, nullptr, in createPredicatedFindMismatch()
|