Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp732 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
736 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
787 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
791 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
795 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
799 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
803 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
807 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
811 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
815 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7752 SDValue NextElt = Op.getOperand(i + 1); in LowerBuildVectorv16i8() local
7754 NextElt = DAG.getZExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
7756 NextElt = DAG.getAnyExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
7757 NextElt = DAG.getNode(ISD::SHL, dl, MVT::i32, NextElt, in LowerBuildVectorv16i8()
7760 Elt = DAG.getNode(ISD::OR, dl, MVT::i32, NextElt, Elt); in LowerBuildVectorv16i8()
7762 Elt = NextElt; in LowerBuildVectorv16i8()