Searched defs:isLoadOfStoredAddress (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp89 /// isLoadOfStoredAddress - If we have a load from the previously stored pointer
92 isLoadOfStoredAddress(unsigned LoadSize, SDValue Ptr1, SDValue Ptr2) const { function in class:PPCHazardRecognizer970
218 if (isLoadOfStoredAddress(LoadSize,
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 /// isLoadOfStoredAddress - If we have a load from the previously stored pointer
301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, function in class:PPCHazardRecognizer970
380 if (isLoadOfStoredAddress(MO->getSize(),

Completed in 124 milliseconds