Searched refs:selectVSplat (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 511 bool MipsSEDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, in selectVSplat() function in MipsSEDAGToDAGISel 559 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatCommon() 635 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatUimmPow2() 666 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatMaskL() 700 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatMaskR() 722 if (selectVSplat(N.getNode(), ImmValue, EltTy.getSizeInBits()) && in selectVSplatUimmInvPow2()
|
| H A D | MipsISelDAGToDAG.h | 97 virtual bool selectVSplat(SDNode *N, APInt &Imm,
|
| H A D | MipsSEISelDAGToDAG.h | 96 bool selectVSplat(SDNode *N, APInt &Imm,
|
| H A D | MipsISelDAGToDAG.cpp | 155 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm, in selectVSplat() function in MipsDAGToDAGISel
|
| H A D | MipsMSAInstrInfo.td | 206 return selectVSplat(BV, Imm, EltTy.getSizeInBits()) && 363 return selectVSplat(N, Imm, EltTy.getSizeInBits()) && 3823 return selectVSplat(BV, Imm, EltTy.getSizeInBits()) &&
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 86 bool selectVSplat(SDValue N, SDValue &SplatVal);
|
| H A D | RISCVISelDAGToDAG.cpp | 2480 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) { in selectVSplat() function in RISCVDAGToDAGISel
|
| H A D | RISCVInstrInfoVVLPatterns.td | 400 def SplatPat : ComplexPattern<vAny, 1, "selectVSplat", [], [], 1>;
|