Home
last modified time | relevance | path

Searched refs:BaseSI (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1207 } else if (SelectInst *BaseSI = in findBasePointer() local
1213 BaseSI->setTrueValue(getBaseForInput(SI->getTrueValue(), BaseSI)); in findBasePointer()
1214 BaseSI->setFalseValue(getBaseForInput(SI->getFalseValue(), BaseSI)); in findBasePointer()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8194 auto *BaseSI = cast<StoreInst>(E.Scalars.back()); in transformNodes() local
8196 TTI->getMemoryOpCost(Instruction::Store, VecTy, BaseSI->getAlign(), in transformNodes()
8197 BaseSI->getPointerAddressSpace(), CostKind, in transformNodes()
8201 Instruction::Store, VecTy, BaseSI->getPointerOperand(), in transformNodes()
8202 /*VariableMask=*/false, CommonAlignment, CostKind, BaseSI); in transformNodes()
9824 auto *BaseSI = in getEntryCost() local
9833 Instruction::Store, VecTy, BaseSI->getPointerOperand(), in getEntryCost()
9840 Instruction::Store, VecTy, BaseSI->getAlign(), in getEntryCost()
9841 BaseSI->getPointerAddressSpace(), CostKind, OpInfo); in getEntryCost()
9852 GetGEPCostDiff(PointerOps, BaseSI->getPointerOperand()); in getEntryCost()