Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp930 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
937 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
994 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
998 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1002 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1006 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1010 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1014 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1018 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1022 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8172 SDValue NextElt = Op.getOperand(i + 1); in LowerBuildVectorv16i8() local
8174 NextElt = DAG.getZExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
8176 NextElt = DAG.getAnyExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
8177 NextElt = DAG.getNode(ISD::SHL, dl, MVT::i32, NextElt, in LowerBuildVectorv16i8()
8180 Elt = DAG.getNode(ISD::OR, dl, MVT::i32, NextElt, Elt); in LowerBuildVectorv16i8()
8182 Elt = NextElt; in LowerBuildVectorv16i8()