Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp147 static SDValue widenVec(SelectionDAG &DAG, SDValue Vec, const SDLoc &dl);
8011 Op1 = SrcSize == 128 ? N1 : widenVec(DAG, N1, DL); in LowerTRUNCATEVector()
8564 static SDValue widenVec(SelectionDAG &DAG, SDValue Vec, const SDLoc &dl) { in widenVec() function
8602 SDValue Wide = widenVec(DAG, Src, dl); in LowerINT_TO_FPVector()