Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1047 auto IsShiftAndLoad = [](SDValue LHS, SDValue RHS) { in isDesirableToCommuteWithShift() local
1059 return !(IsShiftAndLoad(LHS, RHS) || IsShiftAndLoad(RHS, LHS)); in isDesirableToCommuteWithShift()