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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 108 int LoadOffs = LoadOffset->getZExtValue();
109 if (StoreOffs < LoadOffs) {
110 if (int(StoreOffs+StoreSize[i]) > LoadOffs) return true;
112 if (int(LoadOffs+LoadSize) > StoreOffs) return true;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/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 94 milliseconds