Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp344 return splitVectorOp(Op, CDAG); in splitVectorOp() function in VETargetLowering
350 SDValue VETargetLowering::splitVectorOp(SDValue Op, VECustomDAG &CDAG) const { in splitVectorOp()
H A DVEISelLowering.h289 SDValue splitVectorOp(SDValue Op, VECustomDAG &CDAG) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4160 static SDValue splitVectorOp(SDValue Op, SelectionDAG &DAG, const SDLoc &dl) { in splitVectorOp() function
4196 return splitVectorOp(Op, DAG, dl); in splitVectorIntUnary()
4208 return splitVectorOp(Op, DAG, dl); in splitVectorIntBinary()
17859 return splitVectorOp(Op, DAG, dl); in LowerVSELECT()
30045 return splitVectorOp(Op, DAG, DL); in LowerFunnelShift()