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.cpp424 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local
434 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
436 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()
446 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()
448 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()
455 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()
462 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
470 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()
471 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()
472 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()