Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp338 return splitVectorOp(Op, CDAG); in legalizeInternalVectorOp()
344 SDValue VETargetLowering::splitVectorOp(SDValue Op, VECustomDAG &CDAG) const { in splitVectorOp() function in VETargetLowering
H A DVEISelLowering.h194 SDValue splitVectorOp(SDValue Op, VECustomDAG &CDAG) const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6560 static SDValue splitVectorOp(SDValue Op, SelectionDAG &DAG) { in splitVectorOp() function
6597 return splitVectorOp(Op, DAG); in splitVectorIntUnary()
6609 return splitVectorOp(Op, DAG); in splitVectorIntBinary()
30449 return splitVectorOp(Op, DAG); in LowerFunnelShift()