Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp414 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local
424 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
426 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()
436 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()
438 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()
445 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()
452 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
460 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()
461 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()
462 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()