Searched refs:getSplatIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp48 static Optional<int> getSplatIndex(MachineInstr &MI) { function
334 auto MaybeLane = getSplatIndex(MI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h351 int getSplatIndex(ArrayRef<int> Mask);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp317 int llvm::getSplatIndex(ArrayRef<int> Mask) { function in class:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1525 int getSplatIndex() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5150 unsigned Index = VSN->getSplatIndex();
5323 unsigned Index = VSN->getSplatIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19935 getSplatIndex(CombinedMask) != -1) &&
20111 if (SVN->isSplat() && SVN->getSplatIndex() < (int)NumElts) {
20112 int SplatIndex = SVN->getSplatIndex();
H A DSelectionDAG.cpp2449 int Idx = SVN->getSplatIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10074 int SplatIdx = SVOp->getSplatIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7662 int Lane = SVN->getSplatIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8266 int Lane = SVN->getSplatIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13238 int BroadcastIdx = getSplatIndex(Mask);
[all...]

Completed in 353 milliseconds