Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp146 Value *PtrOperand = LI.getPointerOperand(); in visitLoadInst() local
166 Value *PtrOperand = SI.getPointerOperand(); in visitStoreInst() local
304 Value *PtrOperand = GEPI.getPointerOperand(); in visitGetElementPtrInst() local
H A DDXILPrepare.cpp292 Value *PtrOperand = CB->getArgOperand(1); in runOnModule() local
H A DDXILFlattenArrays.cpp220 Value *PtrOperand = GEP.getPointerOperand(); in visitGetElementPtrInst() local
H A DDXILLegalizePass.cpp125 Value *PtrOperand = GEP->getPointerOperand(); in fixI8UseChain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp460 auto *PtrOperand = getLoadStorePointerOperand(I); in run() local
816 Value *PtrOperand = getLoadStorePointerOperand(C[CBegin].Inst); in splitChainByAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4851 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
5026 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
8436 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoad() local
8463 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPGather() local
8503 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStore() local
8526 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPScatter() local
8568 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
8594 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2805 unsigned PtrOperand = HasWriteback ? 1 : 2; in SelectMVE_VLD() local