Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h46 unsigned StoreSize[4]; variable
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp290 unsigned StoreSize = (unsigned)SizeInBits >> 3; in processLoopStore() local
370 unsigned StoreSize, AliasAnalysis &AA, in mayLoopAccessLocation()
440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore()
549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, in processLoopStoreOfLoopLoad()
DGVN.cpp692 uint64_t StoreSize = TD.getTypeStoreSizeInBits(StoredValTy); in CoerceAvailableValueToLoadType() local
805 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. in AnalyzeLoadFromClobberingWrite() local
851 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore() local
941 uint64_t StoreSize = (TD.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in GetStoreValueForLoad() local
DMemCpyOptimizer.cpp212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local