Searched refs:SplatValueB (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 1426 SDValue SplatValueB = SplatValue; in getBuildVectorSplat() local 1434 SplatValueB = DAG.getNode(ISD::SRL, DL, MVT::i64, SplatValue, in getBuildVectorSplat() 1436 SplatValueB = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, SplatValueB); in getBuildVectorSplat() 1442 std::swap(SplatValueA, SplatValueB); in getBuildVectorSplat() 1444 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1445 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1446 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1447 SplatValueA, SplatValueB, SplatValueA, SplatValueB }; in getBuildVectorSplat()
|