Searched refs:isLoadOfStoredAddress (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.h | 66 bool isLoadOfStoredAddress(unsigned LoadSize,
|
D | PPCHazardRecognizers.cpp | 92 isLoadOfStoredAddress(unsigned LoadSize, SDValue Ptr1, SDValue Ptr2) const { in isLoadOfStoredAddress() function in PPCHazardRecognizer970 218 if (isLoadOfStoredAddress(LoadSize, in getHazardType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.h | 95 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
|
D | PPCHazardRecognizers.cpp | 301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress() function in PPCHazardRecognizer970 380 if (isLoadOfStoredAddress(MO->getSize(), in getHazardType()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.h | 95 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
|
D | PPCHazardRecognizers.cpp | 301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress() function in PPCHazardRecognizer970 380 if (isLoadOfStoredAddress(MO->getSize(), in getHazardType()
|