Searched refs:StoreOffset (Results 1 – 5 of 5) sorted by relevance
162 int64_t StoreOffset = 0, LoadOffset = 0; in analyzeLoadFromClobberingWrite() local164 GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL); in analyzeLoadFromClobberingWrite()185 if (StoreOffset < LoadOffset) in analyzeLoadFromClobberingWrite()186 isAAFailure = StoreOffset + int64_t(StoreSize) <= LoadOffset; in analyzeLoadFromClobberingWrite()188 isAAFailure = LoadOffset + int64_t(LoadSize) <= StoreOffset; in analyzeLoadFromClobberingWrite()197 if (StoreOffset > LoadOffset || in analyzeLoadFromClobberingWrite()198 StoreOffset + StoreSize < LoadOffset + LoadSize) in analyzeLoadFromClobberingWrite()203 return LoadOffset - StoreOffset; in analyzeLoadFromClobberingWrite()
304 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()312 if (StoreOffset[i] < LoadOffset) { in isLoadOfStoredAddress()313 if (int64_t(StoreOffset[i]+StoreSize[i]) > LoadOffset) return true; in isLoadOfStoredAddress()315 if (int64_t(LoadOffset+LoadSize) > StoreOffset[i]) return true; in isLoadOfStoredAddress()407 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction()
73 int64_t StoreOffset[4]; variable
546 CharUnits StoreOffset = Store.first; in EmitNullBaseClassInitialization() local550 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset), in EmitNullBaseClassInitialization()551 CGF.Builder.CreateConstInBoundsByteGEP(SrcPtr, StoreOffset), in EmitNullBaseClassInitialization()560 CharUnits StoreOffset = Store.first; in EmitNullBaseClassInitialization() local564 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset), in EmitNullBaseClassInitialization()
2986 int64_t StoreOffset = PrevDef->getOperand(OffsetPos1).getImm(); in canUseLastOffsetValue() local2988 NewMI->getOperand(OffsetPosLd).setImm(LoadOffset + StoreOffset); in canUseLastOffsetValue()2998 Offset = StoreOffset; in canUseLastOffsetValue()