Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp8057 SmallVector<SDValue, 16> WidenOps(NumOps); in GenWidenVectorLoads() local
8060 WidenOps[j] = ConcatOps[Idx+j]; in GenWidenVectorLoads()
8062 WidenOps[j] = DAG.getUNDEF(LdTy); in GenWidenVectorLoads()
8065 WidenOps); in GenWidenVectorLoads()
8079 SmallVector<SDValue, 16> WidenOps(NumOps); in GenWidenVectorLoads() local
8084 WidenOps[i] = ConcatOps[Idx+i]; in GenWidenVectorLoads()
8086 WidenOps[i] = UndefVal; in GenWidenVectorLoads()
8088 return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT, WidenOps); in GenWidenVectorLoads()