Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp135 Instruction *tryCreateIncrementingGatScat(IntrinsicInst *I, Value *Ptr,
412 Instruction *Load = tryCreateIncrementingGatScat(I, Ptr, Builder); in lowerGather()
587 Instruction *Store = tryCreateIncrementingGatScat(I, Ptr, Builder); in lowerScatter()
712 Instruction *MVEGatherScatterLowering::tryCreateIncrementingGatScat( in tryCreateIncrementingGatScat() function in MVEGatherScatterLowering