Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h628 bool isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven,
H A DPPCISelLowering.cpp2131 bool PPC::isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven, in isVMRGEOShuffleMask() argument
2134 unsigned indexOffset = CheckEven ? 4 : 0; in isVMRGEOShuffleMask()
2143 unsigned indexOffset = CheckEven ? 0 : 4; in isVMRGEOShuffleMask()