Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp559 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local
569 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
571 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()
581 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()
583 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()
590 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()
597 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
605 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()
606 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()
607 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()