Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1392 SDValue SplatValueB = SplatValue; in getBuildVectorSplat() local
1400 SplatValueB = DAG.getNode(ISD::SRL, DL, MVT::i64, SplatValue, in getBuildVectorSplat()
1402 SplatValueB = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, SplatValueB); in getBuildVectorSplat()
1408 std::swap(SplatValueA, SplatValueB); in getBuildVectorSplat()
1410 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1411 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1412 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1413 SplatValueA, SplatValueB, SplatValueA, SplatValueB }; in getBuildVectorSplat()