Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8345 bool FourEltRes = Op.getValueType() == MVT::v4f32; in LowerINT_TO_FPVector() local
8350 MVT IntermediateVT = FourEltRes ? MVT::v4i32 : MVT::v2i64; in LowerINT_TO_FPVector()
8356 int Stride = FourEltRes ? WideNumElts / 4 : WideNumElts / 2; in LowerINT_TO_FPVector()
8357 int SaveElts = FourEltRes ? 4 : 2; in LowerINT_TO_FPVector()