Home
last modified time | relevance | path

Searched refs:needsAlignedVGPRs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h964 bool needsAlignedVGPRs() const { return GFX90AInsts; } in needsAlignedVGPRs() function
H A DSIRegisterInfo.cpp1917 return ST.needsAlignedVGPRs() ? getAlignedVGPRClassForBitWidth(BitWidth) in getVGPRClassForBitWidth()
1971 return ST.needsAlignedVGPRs() ? getAlignedAGPRClassForBitWidth(BitWidth) in getAGPRClassForBitWidth()
2362 return ST.needsAlignedVGPRs() ? &AMDGPU::VReg_64_Align2RegClass in getVGPR64Class()
2454 if (!ST.needsAlignedVGPRs()) in isProperlyAlignedRC()
H A DSIInstrInfo.cpp3805 if (ST.needsAlignedVGPRs()) { in verifyInstruction()
H A DSIISelLowering.cpp11803 if (ST.needsAlignedVGPRs()) { in finalizeLowering()