Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp417 Value *NewMemoryInst = nullptr; in expandPredicationInMemoryIntrinsic() local
427 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
429 NewMemoryInst = Builder.CreateMaskedStore( in expandPredicationInMemoryIntrinsic()
439 NewMemoryInst = NewLoad; in expandPredicationInMemoryIntrinsic()
441 NewMemoryInst = Builder.CreateMaskedLoad( in expandPredicationInMemoryIntrinsic()
448 NewMemoryInst = Builder.CreateMaskedScatter( in expandPredicationInMemoryIntrinsic()
455 NewMemoryInst = Builder.CreateMaskedGather( in expandPredicationInMemoryIntrinsic()
463 assert(NewMemoryInst); in expandPredicationInMemoryIntrinsic()
464 replaceOperation(*NewMemoryInst, VPI); in expandPredicationInMemoryIntrinsic()
465 return NewMemoryInst; in expandPredicationInMemoryIntrinsic()