Searched refs:CatOps (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7084 SmallVector<SDValue, 2> CatOps; in IsNOT() local 7085 if (collectConcatOps(V.getNode(), CatOps, DAG)) { in IsNOT() 7086 for (SDValue &CatOp : CatOps) { in IsNOT() 7091 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT() 26146 SmallVector<SDValue, 4> CatOps; in LowerStore() local 26148 collectConcatOps(StoredVal.getNode(), CatOps, DAG)) in LowerStore() 55685 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local 55687 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps, DAG)) in narrowExtractedVectorSelect()
|