Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h146 bool isGCN() const { in isGCN() function
174 return HasMadMacF32Insts || !isGCN(); in hasMadMacF32Insts()
H A DAMDGPUISelLowering.cpp1928 if (Subtarget->isGCN()) { in LowerDIVREM24()
3190 if (Signed && Subtarget->isGCN()) { in LowerINT_TO_FP32()
3252 (Signed && Subtarget->isGCN()) ? ISD::SINT_TO_FP : ISD::UINT_TO_FP; in LowerINT_TO_FP32()
3260 if (Subtarget->isGCN()) in LowerINT_TO_FP32()