Lines Matching defs:BaseSI
9991 auto *BaseSI = cast<StoreInst>(E.Scalars.back());
9993 TTI->getMemoryOpCost(Instruction::Store, VecTy, BaseSI->getAlign(),
9994 BaseSI->getPointerAddressSpace(), CostKind,
9998 Instruction::Store, VecTy, BaseSI->getPointerOperand(),
9999 /*VariableMask=*/false, CommonAlignment, CostKind, BaseSI);
10007 auto *BaseSI = cast<StoreInst>(E.Scalars.front());
10015 VecTy, Factor, BaseSI->getAlign(),
10016 BaseSI->getPointerAddressSpace()))
11707 auto *BaseSI =
11716 Instruction::Store, VecTy, BaseSI->getPointerOperand(),
11727 BaseSI->getAlign(), BaseSI->getPointerAddressSpace(), CostKind);
11731 Instruction::Store, VecTy, BaseSI->getAlign(),
11732 BaseSI->getPointerAddressSpace(), CostKind, OpInfo);
11744 GetGEPCostDiff(PointerOps, BaseSI->getPointerOperand());