Searched refs:getBuildVectorSplat (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1388 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() function 1459 Exp2Imm = getBuildVectorSplat(VecTy, Imm, BigEndian, DAG); in lowerMSABinaryBitImmIntr() 1476 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1417 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() function 1488 Exp2Imm = getBuildVectorSplat(VecTy, Imm, BigEndian, DAG); in lowerMSABinaryBitImmIntr()
|