HomeSort by relevance Sort by last modified time
    Searched defs:StoreSize (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 63 uint64_t StoreSize[4];
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType());
214 addRange(OffsetFromFirst, StoreSize,
    [all...]
LoopIdiomRecognize.cpp 153 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
158 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
794 unsigned StoreSize = (unsigned)SizeInBits >> 3;
797 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
801 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
810 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
822 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount))
874 unsigned StoreSize, AliasAnalysis &AA,
882 // to be exactly the size of the memset, which is (BECount+1)*StoreSize
884 AccessSize = (BECst->getValue()->getZExtValue()+1)*StoreSize;
    [all...]
GVN.cpp 848 uint64_t StoreSize = TD.getTypeSizeInBits(StoredValTy);
852 if (StoreSize == LoadSize) {
881 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
891 StoredValTy = IntegerType::get(StoredValTy->getContext(), StoreSize);
898 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 648 milliseconds