HomeSort by relevance Sort by last modified time
    Searched refs:StoreSize (Results 1 - 25 of 47) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.h 46 unsigned StoreSize[4];
PPCHazardRecognizers.cpp 90 /// as indicated by StorePtr1/StorePtr2/StoreSize, return true.
110 if (int(StoreOffs+StoreSize[i]) > LoadOffs) return true;
284 StoreSize[NumStores] = ThisStoreSize;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 85 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
90 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
290 unsigned StoreSize = (unsigned)SizeInBits >> 3;
293 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
297 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
306 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
318 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount))
370 unsigned StoreSize, AliasAnalysis &AA,
378 // to be exactly the size of the memset, which is (BECount+1)*StoreSize
380 AccessSize = (BECst->getValue()->getZExtValue()+1)*StoreSize;
    [all...]
GVN.cpp 699 uint64_t StoreSize = TD.getTypeSizeInBits(StoredValTy);
703 if (StoreSize == LoadSize) {
731 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
741 StoredValTy = IntegerType::get(StoredValTy->getContext(), StoreSize);
748 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize);
812 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes.
818 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset;
839 StoreOffset+StoreSize < LoadOffset+LoadSize)
858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType());
860 StorePtr, StoreSize, TD)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 115 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
397 unsigned StoreSize = getStoreSizeInBytes(SI, DL);
398 if (StoreSize != Stride && StoreSize != -Stride)
610 unsigned StoreSize = 0;
618 StoreSize += getStoreSizeInBytes(I, DL);
630 if (StoreSize != Stride && StoreSize != -Stride)
633 bool NegStride = StoreSize == -Stride;
635 if (processLoopStridedStore(StorePtr, StoreSize, HeadStore->getAlignment()
    [all...]
GVN.cpp 848 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes.
854 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset;
875 StoreOffset+StoreSize < LoadOffset+LoadSize)
894 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType());
896 StorePtr, StoreSize, DL);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 74 uint64_t StoreSize[4];
PPCHazardRecognizers.cpp 299 /// as indicated by StorePtr1/StorePtr2/StoreSize, return true.
314 if (int64_t(StoreOffset[i]+StoreSize[i]) > LoadOffset) return true;
407 StoreSize[NumStores] = MO->getSize();
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 606 int StoreSize = getMemScale(StoreInst);
609 : getLdStOffsetOp(StoreInst).getImm() * StoreSize;
614 (UnscaledLdOffset + LoadSize <= (UnscaledStOffset + StoreSize));
934 int StoreSize = getMemScale(*StoreI);
944 if (LoadSize == StoreSize && (LoadSize == 4 || LoadSize == 8)) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 648 size_t StoreSize,
653 mStoreSize(StoreSize),
  /external/llvm/lib/CodeGen/
MachineFunction.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]

Completed in 1399 milliseconds

1 2