Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp583 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local
593 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
595 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()
605 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()
607 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()
614 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()
621 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
629 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()
630 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()
631 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()