Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6408 SmallVector<SDValue, 2> CatOps; in IsNOT() local
6409 if (collectConcatOps(V.getNode(), CatOps)) { in IsNOT()
6410 for (SDValue &CatOp : CatOps) { in IsNOT()
6415 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()
24255 SmallVector<SDValue, 4> CatOps; in LowerStore() local
24256 if (StoredVal.hasOneUse() && collectConcatOps(StoredVal.getNode(), CatOps)) in LowerStore()
50157 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local
50159 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps)) in narrowExtractedVectorSelect()