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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.h 66 bool isLoadOfStoredAddress(unsigned LoadSize,
PPCHazardRecognizers.cpp 89 /// isLoadOfStoredAddress - If we have a load from the previously stored pointer
92 isLoadOfStoredAddress(unsigned LoadSize, SDValue Ptr1, SDValue Ptr2) const {
218 if (isLoadOfStoredAddress(LoadSize,
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 95 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
PPCHazardRecognizers.cpp 298 /// isLoadOfStoredAddress - If we have a load from the previously stored pointer
301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
380 if (isLoadOfStoredAddress(MO->getSize(),

Completed in 83 milliseconds