Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp85 bool isConstantLaneMask(Register Reg, bool &Val) const;
740 bool SILowerI1Copies::isConstantLaneMask(Register Reg, bool &Val) const { in isConstantLaneMask() function in SILowerI1Copies
824 bool PrevConstant = isConstantLaneMask(PrevReg, PrevVal); in buildMergeLaneMasks()
826 bool CurConstant = isConstantLaneMask(CurReg, CurVal); in buildMergeLaneMasks()