Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1114 bool hasLshlAddB64() const { return GFX940Insts; } in hasLshlAddB64() function
H A DSIISelLowering.cpp5053 if (IsAdd && ST.hasLshlAddB64()) { in EmitInstrWithCustomInserter()