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.cpp157 static SDValue widenVec(SelectionDAG &DAG, SDValue Vec, const SDLoc &dl);
8136 Op1 = SrcSize == 128 ? N1 : widenVec(DAG, N1, DL); in LowerTRUNCATEVector()
8690 static SDValue widenVec(SelectionDAG &DAG, SDValue Vec, const SDLoc &dl) { in widenVec() function
8728 SDValue Wide = widenVec(DAG, Src, dl); in LowerINT_TO_FPVector()