Home
last modified time | relevance | path

Searched refs:supportsAddressTopByteIgnored (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h238 bool supportsAddressTopByteIgnored() const;
H A DAArch64Subtarget.cpp384 bool AArch64Subtarget::supportsAddressTopByteIgnored() const { in supportsAddressTopByteIgnored() function in AArch64Subtarget
H A DAArch64ISelLowering.cpp890 if (Subtarget->supportsAddressTopByteIgnored()) in AArch64TargetLowering()
17592 if (Subtarget->supportsAddressTopByteIgnored() && in performSTORECombine()