Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1757 static bool isConstantOrUndef(int Op, int Val) { in isConstantOrUndef() function
1774 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1)) in isVPKUHUMShuffleMask()
1780 if (!isConstantOrUndef(N->getMaskElt(i), i*2)) in isVPKUHUMShuffleMask()
1786 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j)) in isVPKUHUMShuffleMask()
1806 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3)) in isVPKUWUMShuffleMask()
1812 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) || in isVPKUWUMShuffleMask()
1813 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1)) in isVPKUWUMShuffleMask()
1850 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7)) in isVPKUDUMShuffleMask()
1856 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) || in isVPKUDUMShuffleMask()
1996 if (!isConstantOrUndef(N->getMaskElt(i*4+j), in isVMerge()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2429 static bool isConstantOrUndef(const SDValue Op) { in isConstantOrUndef() function
2441 if (isConstantOrUndef(Op->getOperand(i))) in isConstantOrUndefBUILD_VECTOR()