Home
last modified time | relevance | path

Searched defs:StoreSize (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp397 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in isLegalStore() local
610 unsigned StoreSize = 0; in processLoopStores() local
700 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
733 Type *IntPtr, unsigned StoreSize, in getStartForNegStride()
745 Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, in processLoopStridedStore()
852 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in processLoopStoreOfLoopLoad() local
H A DGVN.cpp848 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. in AnalyzeLoadFromClobberingWrite() local
894 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore() local
991 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in GetStoreValueForLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp27 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy); in canCoerceMustAliasedValueToLoad() local
191 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local
237 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local
358 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in getStoreValueForLoadHelper() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp31 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedValue(); in canCoerceMustAliasedValueToLoad() local
193 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local
223 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local
413 uint64_t StoreSize = in getStoreValueForLoadHelper() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp482 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
709 unsigned StoreSize = 0; in processLoopStores() local
800 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
835 Type *IntPtr, unsigned StoreSize, in getStartForNegStride()
849 unsigned StoreSize, Loop *CurLoop, in getNumBytes()
882 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore()
1003 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp548 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
760 unsigned StoreSize = 0; in processLoopStores() local
1257 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
1286 bool loadAndStoreMayFormMemmove(unsigned StoreSize, bool IsNegStride, in loadAndStoreMayFormMemmove()
1353 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp131 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
140 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
H A DAArch64MachineScheduler.cpp56 int StoreSize = AArch64InstrInfo::getMemScale(MI) * Multiples; in mayOverlapWrite() local
H A DAArch64LoadStoreOptimizer.cpp626 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1074 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h74 uint64_t StoreSize[4]; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp109 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
118 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp581 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1015 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp606 int StoreSize = getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
934 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1940 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1970 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2018 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1953 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1983 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2030 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp441 unsigned StoreSize = 0; in RemoveDeadStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp449 unsigned StoreSize = 0; in RemoveDeadStores() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp416 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
430 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp620 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp629 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoads.cpp511 TypeSize StoreSize = DL.getTypeSizeInBits(Val->getType()); in getAvailableLoadStore() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.h648 size_t StoreSize, in RSExportRecordType()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp924 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local

123