Home
last modified time | relevance | path

Searched defs:PtrOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp450 auto *PtrOperand = getLoadStorePointerOperand(I); in run() local
802 Value *PtrOperand = getLoadStorePointerOperand(C[CBegin].Inst); in splitChainByAlignment() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4573 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
4739 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
7869 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoad() local
7896 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPGather() local
7936 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStore() local
7959 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPScatter() local
8001 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
8026 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2808 unsigned PtrOperand = HasWriteback ? 1 : 2; in SelectMVE_VLD() local