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

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 84 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
PPCHazardRecognizers.cpp 107 /// isLoadOfStoredAddress - If we have a load from the previously stored pointer
110 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
189 if (isLoadOfStoredAddress(MO->getSize(),

Completed in 35 milliseconds