Searched refs:PtrOperand (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 548 for (Value *PtrOperand : getPointerOperands(*TopVal, *DL, TTI)) { in collectFlatAddressExpressions() 549 appendsFlatAddressExpressionToPostorderStack(PtrOperand, PostorderStack, in collectFlatAddressExpressions() 965 for (Value *PtrOperand : getPointerOperands(V, *DL, TTI)) { in updateAddressSpace() 966 auto I = InferredAddrSpace.find(PtrOperand); in updateAddressSpace() 969 OperandAS = PtrOperand->getType()->getPointerAddressSpace(); in updateAddressSpace() 972 unsigned AS = getPredicatedAddrSpace(V, PtrOperand); in updateAddressSpace() 979 PredicatedAS[std::make_pair(&V, PtrOperand)] = OperandAS; in updateAddressSpace()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 450 auto *PtrOperand = getLoadStorePointerOperand(I); in run() local 453 RecursivelyDeleteTriviallyDeadInstructions(PtrOperand); in run() 802 Value *PtrOperand = getLoadStorePointerOperand(C[CBegin].Inst); in splitChainByAlignment() local 804 isa<AllocaInst>(PtrOperand->stripPointerCasts()); in splitChainByAlignment() 810 PtrOperand, PrefAlign, DL, C[CBegin].Inst, nullptr, &DT); in splitChainByAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4777 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local 4780 getCompressingStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore() 4782 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore() 4784 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore() 4796 MachinePointerInfo(PtrOperand), MMOFlags, in visitMaskedStore() 4952 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local 4955 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad() 4957 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad() 4959 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad() 4969 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2814 unsigned PtrOperand = HasWriteback ? 1 : 2; in SelectMVE_VLD() local 2821 SDValue Ops[] = {Data, N->getOperand(PtrOperand), Chain}; in SelectMVE_VLD() 2831 SDValue Ops[] = {Data, N->getOperand(PtrOperand), Chain}; in SelectMVE_VLD()
|