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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 92 isLoadOfStoredAddress(unsigned LoadSize, SDValue Ptr1, SDValue Ptr2) const {
112 if (int(LoadOffs+LoadSize) > StoreOffs) return true;
172 unsigned LoadSize;
180 LoadSize = 1;
192 LoadSize = 2;
204 LoadSize = 4;
210 LoadSize = 8;
214 LoadSize = 16;
218 if (isLoadOfStoredAddress(LoadSize,
PPCHazardRecognizers.h 66 bool isLoadOfStoredAddress(unsigned LoadSize,
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 95 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
PPCHazardRecognizers.cpp 301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
316 if (int64_t(LoadOffset+LoadSize) > StoreOffset[i]) return true;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 118 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType());
119 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 700 uint64_t LoadSize = TD.getTypeSizeInBits(LoadedTy);
703 if (StoreSize == LoadSize) {
731 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
748 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize);
753 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize);
808 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy);
810 if ((WriteSizeInBits & 7) | (LoadSize & 7))
813 LoadSize >>= 3;
820 isAAFailure = LoadOffset+int64_t(LoadSize) <= StoreOffset;
839 StoreOffset+StoreSize < LoadOffset+LoadSize)
    [all...]
  /external/llvm/lib/Analysis/
Loads.cpp 223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType());
235 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
287 LoadSize <= DL.getTypeStoreSize(AccessedTy))
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 844 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy);
846 if ((WriteSizeInBits & 7) | (LoadSize & 7))
849 LoadSize >>= 3;
856 isAAFailure = LoadOffset+int64_t(LoadSize) <= StoreOffset;
875 StoreOffset+StoreSize < LoadOffset+LoadSize)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 605 int LoadSize = getMemScale(LoadInst);
612 : getLdStOffsetOp(LoadInst).getImm() * LoadSize;
614 (UnscaledLdOffset + LoadSize <= (UnscaledStOffset + StoreSize));
933 int LoadSize = getMemScale(*LoadI);
944 if (LoadSize == StoreSize && (LoadSize == 4 || LoadSize == 8)) {
947 if (StRt == LdRt && LoadSize == 8) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 442 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 472 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize,
  /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 677 milliseconds

1 2