Searched refs:NextElt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1125 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument 1132 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType() 1201 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1205 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1209 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1213 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1217 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1221 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1225 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() 1229 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6588 SDValue NextElt = Op.getOperand(i + 1); in LowerBuildVectorv16i8() local 6590 NextElt = DAG.getZExtOrTrunc(NextElt, DL, MVT::i32); in LowerBuildVectorv16i8() 6592 NextElt = DAG.getAnyExtOrTrunc(NextElt, DL, MVT::i32); in LowerBuildVectorv16i8() 6593 NextElt = DAG.getNode(ISD::SHL, DL, MVT::i32, NextElt, in LowerBuildVectorv16i8() 6596 Elt = DAG.getNode(ISD::OR, DL, MVT::i32, NextElt, Elt); in LowerBuildVectorv16i8() 6598 Elt = NextElt; in LowerBuildVectorv16i8()
|