Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4777 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
4952 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
8282 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoad() local
8309 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPGather() local
8349 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStore() local
8372 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPScatter() local
8414 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
8440 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2814 unsigned PtrOperand = HasWriteback ? 1 : 2; in SelectMVE_VLD() local