Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DFunction.cpp590 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
592 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
641 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
645 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
649 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
653 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
657 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
661 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
665 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
669 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
[all …]
/external/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 …]
/external/llvm-project/llvm/lib/IR/
DFunction.cpp854 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
861 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
915 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
919 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
923 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
927 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
931 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
935 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
939 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
943 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
[all …]
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp8042 SDValue NextElt = Op.getOperand(i + 1); in LowerBuildVectorv16i8() local
8044 NextElt = DAG.getZExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
8046 NextElt = DAG.getAnyExtOrTrunc(NextElt, dl, MVT::i32); in LowerBuildVectorv16i8()
8047 NextElt = DAG.getNode(ISD::SHL, dl, MVT::i32, NextElt, in LowerBuildVectorv16i8()
8050 Elt = DAG.getNode(ISD::OR, dl, MVT::i32, NextElt, Elt); in LowerBuildVectorv16i8()
8052 Elt = NextElt; in LowerBuildVectorv16i8()