Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp6058 SmallVector<SDValue, 2> CatOps; in IsNOT() local
6059 if (collectConcatOps(V.getNode(), CatOps)) { in IsNOT()
6060 for (SDValue &CatOp : CatOps) { in IsNOT()
6065 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()
22715 SmallVector<SDValue, 4> CatOps; in LowerStore() local
22716 if (StoredVal.hasOneUse() && collectConcatOps(StoredVal.getNode(), CatOps)) in LowerStore()
45634 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local
45636 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps)) in narrowExtractedVectorSelect()