Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
DPPCISelLowering.cpp6916 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX() local
8664 unsigned StoreSize = BVN->getOperand(i).getValueType().getStoreSize(); in LowerBUILD_VECTOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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
DMemCpyOptimizer.cpp174 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
DSROA.cpp3965 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
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
DAArch64LoadStoreOptimizer.cpp581 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1015 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp449 unsigned StoreSize = 0; in RemoveDeadStores() local
DMachineFunction.cpp1069 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp629 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
DX86ISelDAGToDAG.cpp491 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp247 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
DAMDGPUISelLowering.cpp43 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h600 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
DTargetTransformInfo.h1864 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp836 unsigned StoreSize, in getStoreVectorFactor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1125 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in storeOrigin() local
3920 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallSite() local