/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 1040 Type *StoreTy = CI->getArgOperand(0)->getType(); in optimizeCallInst() local 1042 StoreTy->getScalarType()); in optimizeCallInst() 1043 if (TTI.isLegalMaskedScatter(StoreTy, Alignment) && in optimizeCallInst() 1044 !TTI.forceScalarizeMaskedScatter(cast<VectorType>(StoreTy), in optimizeCallInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 482 Type *StoreTy, in areNonOverlapSameBaseLoadAndStore() argument 493 auto StoreAccessSize = LocationSize::precise(DL.getTypeStoreSize(StoreTy)); in areNonOverlapSameBaseLoadAndStore()
|
H A D | ScalarEvolution.cpp | 4417 const SCEV *ScalarEvolution::getStoreSizeOfExpr(Type *IntTy, Type *StoreTy) { in getStoreSizeOfExpr() argument 4418 return getSizeOfExpr(IntTy, getDataLayout().getTypeStoreSize(StoreTy)); in getStoreSizeOfExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 329 LLT StoreTy = LLT::scalar(MergeSizeBits); in mergeStores() local 331 getApproximateEVTForLLT(StoreTy, DL, MF->getFunction().getContext()); in mergeStores()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 20219 EVT StoreTy; in mergeStoresOfConstantsOrVecElts() local 20223 StoreTy = EVT::getVectorVT(*DAG.getContext(), MemVT.getScalarType(), Elts); in mergeStoresOfConstantsOrVecElts() 20225 StoreTy = EVT::getIntegerVT(*DAG.getContext(), SizeInBits); in mergeStoresOfConstantsOrVecElts() 20260 DL, StoreTy, BuildVector); in mergeStoresOfConstantsOrVecElts() 20296 DL, StoreTy, Ops); in mergeStoresOfConstantsOrVecElts() 20337 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts() 20701 EVT StoreTy = EVT::getIntegerVT(Context, SizeInBits); in tryStoreMergeOfConstants() local 20705 if (StoreTy.getSizeInBits() > MaximumLegalStoreInBits) in tryStoreMergeOfConstants() 20708 if (TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfConstants() 20709 TLI.canMergeStoresTo(FirstStoreAS, StoreTy, in tryStoreMergeOfConstants() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2023 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory() local 2025 return Builder.CreateIntCast(Value, StoreTy, Signed, "storedv"); in EmitToMemory() 2029 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory() local 2031 unsigned MemNumElems = StoreTy->getPrimitiveSizeInBits(); in EmitToMemory() 2035 Value = Builder.CreateBitCast(Value, StoreTy); in EmitToMemory()
|
H A D | CGBuiltin.cpp | 8830 llvm::Type *StoreTy = in EmitARMBuiltinExpr() local 8850 1, Attribute::get(getLLVMContext(), Attribute::ElementType, StoreTy)); in EmitARMBuiltinExpr() 11194 llvm::Type *StoreTy = in EmitAArch64BuiltinExpr() local 11214 1, Attribute::get(getLLVMContext(), Attribute::ElementType, StoreTy)); in EmitAArch64BuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 681 const SCEV *getStoreSizeOfExpr(Type *IntTy, Type *StoreTy);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2860 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore() local 2880 SI->getValueOperand()->getType() == StoreTy && SI->isSimple() && in isSafeToSpeculateStore() 2888 if (LI->getPointerOperand() == StorePtr && LI->getType() == StoreTy && in isSafeToSpeculateStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3162 MVT StoreTy = SN->getMemoryVT().getSimpleVT(); in LowerStore() local 3163 Align NeedAlign = Subtarget.getTypeAlignment(StoreTy); in LowerStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 16078 Type *StoreTy = Store->getValueOperand()->getType(); in vectorizeStores() local 16079 Type *ValueTy = StoreTy; in vectorizeStores() 16082 if (ValueTy == StoreTy && in vectorizeStores() 16087 R.getMinVF(DL->getTypeStoreSizeInBits(StoreTy)), StoreTy, in vectorizeStores()
|