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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 95 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
PPCHazardRecognizers.cpp 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
313 if (int64_t(LoadOffset+LoadSize) > StoreOffset[i]) return true;
  /external/llvm/lib/Analysis/
Loads.cpp 98 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType());
110 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
159 LoadSize <= DL.getTypeStoreSize(AccessedTy))
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 885 uint64_t LoadSize = DL.getTypeSizeInBits(LoadedTy);
888 if (StoreSize == LoadSize) {
917 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
934 StoredVal = IRB.CreateLShr(StoredVal, StoreSize - LoadSize, "tmp");
    [all...]
SROA.cpp     [all...]

Completed in 302 milliseconds