Searched refs:getOnesVector (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6908 static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, const SDLoc &dl) { in getOnesVector() function 10720 return getOnesVector(VT, DAG, DL); in materializeVectorConstant() 19969 : getOnesVector(VT, DAG, dl); in LowerINSERT_VECTOR_ELT() 39269 return getOnesVector(RootVT, DAG, SDLoc(Root)); in combineX86ShufflesRecursively() 54433 return getOnesVector(VT, DAG, SDLoc(N)); in combineEXTRACT_SUBVECTOR()
|