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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 121 int LoadOffs = LoadOffset->getZExtValue();
122 if (StoreOffs < LoadOffs) {
123 if (int(StoreOffs+StoreSize[i]) > LoadOffs) return true;
125 if (int(LoadOffs+LoadSize) > StoreOffs) return true;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 879 int64_t LoadOffs = 0;
881 GetPointerBaseWithConstantOffset(LoadPtr, LoadOffs, TD);
885 getLoadLoadClobberFullWidthSize(LoadBase, LoadOffs, LoadSize, DepLI, TD);
    [all...]

Completed in 154 milliseconds