Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10395 SmallVector<SDValue, 16> TBLOperands; in ReconstructShuffle() local
10396 TBLOperands.push_back(DAG.getConstant(Sources.size() == 3 in ReconstructShuffle()
10409 TBLOperands.push_back(Src); in ReconstructShuffle()
10417 TBLOperands.push_back( in ReconstructShuffle()
10422 Mask.size() == 8 ? MVT::v8i8 : MVT::v16i8, TBLOperands); in ReconstructShuffle()