Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp202 DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
209 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
278 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
282 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
286 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
290 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
294 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
298 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
302 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
306 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6938 SDValue NextElt = Op.getOperand(i + 1); in LowerBuildVectorv16i8() local
6940 NextElt = DAG.getZExtOrTrunc(NextElt, DL, MVT::i32); in LowerBuildVectorv16i8()
6942 NextElt = DAG.getAnyExtOrTrunc(NextElt, DL, MVT::i32); in LowerBuildVectorv16i8()
6943 NextElt = DAG.getNode(ISD::SHL, DL, MVT::i32, NextElt, in LowerBuildVectorv16i8()
6946 Elt = DAG.getNode(ISD::OR, DL, MVT::i32, NextElt, Elt); in LowerBuildVectorv16i8()
6948 Elt = NextElt; in LowerBuildVectorv16i8()