Searched refs:getOnesVector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6322 static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, const SDLoc &dl) { in getOnesVector() function 10004 return getOnesVector(VT, DAG, DL); in materializeVectorConstant() 19010 : getOnesVector(VT, DAG, dl); in LowerINSERT_VECTOR_ELT() 37123 return getOnesVector(Root.getValueType(), DAG, SDLoc(Root)); in combineX86ShufflesRecursively() 50639 return getOnesVector(VT, DAG, SDLoc(N)); in combineExtractSubvector()
|