Searched defs:SplatSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5429 /// SplatSize. Cast the result to VT.
5430 static SDValue BuildSplatI(int Val, unsigned SplatSize, EVT VT, argument
5438 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1];
5442 SplatSize = 1;
5444 EVT CanonicalVT = VTys[SplatSize-1];
5521 unsigned SplatSize = SplatBitSize / 8; local
5540 return BuildSplatI(SextVal, SplatSize, Op.getValueType(), DAG, dl);
5557 EVT VT = (SplatSize == 1 ? MVT::v16i8 :
5558 (SplatSize == 2 ? MVT::v8i16 : MVT::v4i32));
5559 SDValue EltSize = DAG.getConstant(SplatSize, MV
[all...]

Completed in 103 milliseconds