Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp109 Instruction *tryCreateMaskedGatherOffset(IntrinsicInst *I, Value *Ptr,
429 Load = tryCreateMaskedGatherOffset(I, Ptr, Root, Builder); in lowerGather()
495 Instruction *MVEGatherScatterLowering::tryCreateMaskedGatherOffset( in tryCreateMaskedGatherOffset() function in MVEGatherScatterLowering