Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55855 unsigned InOpcode = InVec.getOpcode(); in combineEXTRACT_SUBVECTOR() local
55859 if (InOpcode == ISD::SINT_TO_FP && in combineEXTRACT_SUBVECTOR()
55864 if (InOpcode == ISD::UINT_TO_FP && Subtarget.hasVLX() && in combineEXTRACT_SUBVECTOR()
55869 if (InOpcode == ISD::FP_EXTEND && in combineEXTRACT_SUBVECTOR()
55875 (InOpcode == ISD::ANY_EXTEND || in combineEXTRACT_SUBVECTOR()
55876 InOpcode == ISD::ANY_EXTEND_VECTOR_INREG || in combineEXTRACT_SUBVECTOR()
55877 InOpcode == ISD::ZERO_EXTEND || in combineEXTRACT_SUBVECTOR()
55878 InOpcode == ISD::ZERO_EXTEND_VECTOR_INREG || in combineEXTRACT_SUBVECTOR()
55879 InOpcode == ISD::SIGN_EXTEND || in combineEXTRACT_SUBVECTOR()
55880 InOpcode == ISD::SIGN_EXTEND_VECTOR_INREG) && in combineEXTRACT_SUBVECTOR()
[all …]