Searched refs:StNFunc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 15905 Function *StNFunc = getStructuredStoreFunction(SI->getModule(), Factor, in lowerInterleavedStore() local 15971 Builder.CreateCall(StNFunc, Ops); in lowerInterleavedStore() 16078 Function *StNFunc = getStructuredStoreFunction(SI->getModule(), Factor, in lowerInterleaveIntrinsicToStore() local 16106 Builder.CreateCall(StNFunc, {L, R, Pred, Address}); in lowerInterleaveIntrinsicToStore() 16108 Builder.CreateCall(StNFunc, {L, R, Address}); in lowerInterleaveIntrinsicToStore()
|