Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp493 for (Value *PtrOperand : getPointerOperands(*TopVal, *DL, TTI)) { in collectFlatAddressExpressions()
494 appendsFlatAddressExpressionToPostorderStack(PtrOperand, PostorderStack, in collectFlatAddressExpressions()
879 for (Value *PtrOperand : getPointerOperands(V, *DL, TTI)) { in updateAddressSpace()
880 auto I = InferredAddrSpace.find(PtrOperand); in updateAddressSpace()
884 : PtrOperand->getType()->getPointerAddressSpace(); in updateAddressSpace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp649 Value *PtrOperand = getLoadStorePointerOperand(I); in eraseInstructions() local
650 assert(PtrOperand && "Instruction must have a pointer operand."); in eraseInstructions()
652 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(PtrOperand)) in eraseInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4308 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
4313 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4315 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
4328 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitMaskedStore()
4472 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
4475 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4477 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4479 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
4495 ML = MemoryLocation::getAfter(PtrOperand); in visitMaskedLoad()
4497 ML = MemoryLocation(PtrOperand, LocationSize::precise( in visitMaskedLoad()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2800 unsigned PtrOperand = HasWriteback ? 1 : 2; in SelectMVE_VLD() local
2807 SDValue Ops[] = {Data, N->getOperand(PtrOperand), Chain}; in SelectMVE_VLD()
2817 SDValue Ops[] = {Data, N->getOperand(PtrOperand), Chain}; in SelectMVE_VLD()