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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h63 uint64_t StoreSize[4]; member in class:llvm::PPCHazardRecognizer970
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp297 unsigned StoreSize = (unsigned)SizeInBits >> 3; local
375 mayLoopAccessLocation(Value *Ptr,AliasAnalysis::ModRefResult Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, Instruction *IgnoredStore) argument
447 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument
556 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, const SCEV *BECount) argument
[all...]
H A DMemCpyOptimizer.cpp212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); local
H A DGVN.cpp766 uint64_t StoreSize = TD.getTypeSizeInBits(StoredValTy); local
925 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); local
1015 uint64_t StoreSize = (TD.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; local
[all...]

Completed in 126 milliseconds