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