Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50701 unsigned InOpcode = InVec.getOpcode(); in combineExtractSubvector() local
50705 if (InOpcode == ISD::SINT_TO_FP && in combineExtractSubvector()
50715 if (InOpcode == ISD::FP_EXTEND && in combineExtractSubvector()
50720 if ((InOpcode == ISD::ANY_EXTEND || in combineExtractSubvector()
50722 InOpcode == ISD::ZERO_EXTEND || in combineExtractSubvector()
50724 InOpcode == ISD::SIGN_EXTEND || in combineExtractSubvector()
50735 if (InOpcode == ISD::VSELECT && in combineExtractSubvector()
50751 return DAG.getNode(InOpcode, DL, VT, Ext); in combineExtractSubvector()
50757 if ((InOpcode == X86ISD::VSHLI || InOpcode == X86ISD::VSRLI) && in combineExtractSubvector()
50898 unsigned InOpcode = In.getOpcode(); in combineEXTEND_VECTOR_INREG() local
[all …]