Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6991 SmallVector<SDValue, 2> CatOps; in IsNOT() local
6992 if (collectConcatOps(V.getNode(), CatOps, DAG)) { in IsNOT()
6993 for (SDValue &CatOp : CatOps) { in IsNOT()
6998 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()
25693 SmallVector<SDValue, 4> CatOps; in LowerStore() local
25695 collectConcatOps(StoredVal.getNode(), CatOps, DAG)) in LowerStore()
54326 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local
54328 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps, DAG)) in narrowExtractedVectorSelect()