| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 1159 Type *StoreTy = CI->getArgOperand(0)->getType(); in optimizeCallInst() local 1161 StoreTy->getScalarType()); in optimizeCallInst() 1162 if (TTI.isLegalMaskedScatter(StoreTy, Alignment) && in optimizeCallInst() 1163 !TTI.forceScalarizeMaskedScatter(cast<VectorType>(StoreTy), in optimizeCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 557 Type *StoreTy, in areNonOverlapSameBaseLoadAndStore() argument 568 auto StoreAccessSize = LocationSize::precise(DL.getTypeStoreSize(StoreTy)); in areNonOverlapSameBaseLoadAndStore()
|
| H A D | ScalarEvolution.cpp | 4383 const SCEV *ScalarEvolution::getStoreSizeOfExpr(Type *IntTy, Type *StoreTy) { in getStoreSizeOfExpr() argument 4384 return getSizeOfExpr(IntTy, getDataLayout().getTypeStoreSize(StoreTy)); in getStoreSizeOfExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 325 LLT StoreTy = LLT::scalar(MergeSizeBits); in mergeStores() local 327 getApproximateEVTForLLT(StoreTy, MF->getFunction().getContext()); in mergeStores()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2085 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory() local 2086 if (StoreTy->isVectorTy() && StoreTy->getScalarSizeInBits() > in EmitToMemory() 2088 return Builder.CreateZExt(Value, StoreTy); in EmitToMemory() 2091 unsigned MemNumElems = StoreTy->getPrimitiveSizeInBits(); in EmitToMemory() 2095 Value = Builder.CreateBitCast(Value, StoreTy); in EmitToMemory() 2099 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory() local 2101 return Builder.CreateIntCast(Value, StoreTy, Signed, "storedv"); in EmitToMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 21233 EVT StoreTy; in mergeStoresOfConstantsOrVecElts() local 21237 StoreTy = EVT::getVectorVT(*DAG.getContext(), MemVT.getScalarType(), Elts); in mergeStoresOfConstantsOrVecElts() 21239 StoreTy = EVT::getIntegerVT(*DAG.getContext(), SizeInBits); in mergeStoresOfConstantsOrVecElts() 21274 DL, StoreTy, BuildVector); in mergeStoresOfConstantsOrVecElts() 21310 DL, StoreTy, Ops); in mergeStoresOfConstantsOrVecElts() 21351 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts() 21748 EVT StoreTy = EVT::getIntegerVT(Context, SizeInBits); in tryStoreMergeOfConstants() local 21752 if (StoreTy.getSizeInBits() > MaximumLegalStoreInBits) in tryStoreMergeOfConstants() 21755 if (TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfConstants() 21756 TLI.canMergeStoresTo(FirstStoreAS, StoreTy, in tryStoreMergeOfConstants() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2998 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore() local 3018 SI->getValueOperand()->getType() == StoreTy && SI->isSimple() && in isSafeToSpeculateStore() 3026 if (LI->getPointerOperand() == StorePtr && LI->getType() == StoreTy && in isSafeToSpeculateStore() 3035 isDereferenceablePointer(StorePtr, StoreTy, in isSafeToSpeculateStore()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 684 LLVM_ABI const SCEV *getStoreSizeOfExpr(Type *IntTy, Type *StoreTy);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3184 MVT StoreTy = SN->getMemoryVT().getSimpleVT(); in LowerStore() local 3185 Align NeedAlign = Subtarget.getTypeAlignment(StoreTy); in LowerStore()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 2904 llvm::Type *StoreTy = in EmitARMBuiltinExpr() local 2924 1, Attribute::get(getLLVMContext(), Attribute::ElementType, StoreTy)); in EmitARMBuiltinExpr() 5260 llvm::Type *StoreTy = in EmitAArch64BuiltinExpr() local 5280 1, Attribute::get(getLLVMContext(), Attribute::ElementType, StoreTy)); in EmitAArch64BuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 21206 Type *StoreTy = Store->getValueOperand()->getType(); in vectorizeStores() local 21207 Type *ValueTy = StoreTy; in vectorizeStores() 21216 Type *StoreScalarTy = StoreTy->getScalarType(); in vectorizeStores() 21220 MinVF /= getNumElements(StoreTy); in vectorizeStores() 21435 getFloorFullVectorNumberOfElements(*TTI, StoreTy, MaxTotalNum); in vectorizeStores()
|