Home
last modified time | relevance | path

Searched refs:isLegalFlatAddressingMode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h214 bool isLegalFlatAddressingMode(const AddrMode &AM) const;
H A DSIISelLowering.cpp1201 bool SITargetLowering::isLegalFlatAddressingMode(const AddrMode &AM) const { in isLegalFlatAddressingMode() function in SITargetLowering
1231 return isLegalFlatAddressingMode(AM); in isLegalGlobalAddressingMode()
1347 return isLegalFlatAddressingMode(AM); in isLegalAddressingMode()