Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8726 bool FourEltRes = Op.getValueType() == MVT::v4f32; in LowerINT_TO_FPVector() local
8731 MVT IntermediateVT = FourEltRes ? MVT::v4i32 : MVT::v2i64; in LowerINT_TO_FPVector()
8737 int Stride = FourEltRes ? WideNumElts / 4 : WideNumElts / 2; in LowerINT_TO_FPVector()
8738 int SaveElts = FourEltRes ? 4 : 2; in LowerINT_TO_FPVector()