Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h423 SIGN_EXTEND_VECTOR_INREG, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorOps.cpp323 case ISD::SIGN_EXTEND_VECTOR_INREG: in LegalizeOp()
695 case ISD::SIGN_EXTEND_VECTOR_INREG: in Expand()
HDSelectionDAGDumper.cpp235 case ISD::SIGN_EXTEND_VECTOR_INREG: return "sign_extend_vector_inreg"; in getOperationName()
HDDAGCombiner.cpp1368 case ISD::SIGN_EXTEND_VECTOR_INREG: return visitSIGN_EXTEND_VECTOR_INREG(N); in visit()
5597 Opcode == ISD::ANY_EXTEND || Opcode == ISD::SIGN_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
5633 if (Opcode == ISD::SIGN_EXTEND || Opcode == ISD::SIGN_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
HDSelectionDAG.cpp1087 return getNode(ISD::SIGN_EXTEND_VECTOR_INREG, DL, VT, Op); in getSignExtendVectorInReg()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp838 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp323 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
4372 case ISD::SIGN_EXTEND_VECTOR_INREG: in LowerOperation()
4568 } else if ((Opcode == ISD::SIGN_EXTEND_VECTOR_INREG || in combineExtract()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp1014 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v2i64, Custom); in X86TargetLowering()
1015 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v4i32, Custom); in X86TargetLowering()
1016 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v8i16, Custom); in X86TargetLowering()
18564 case ISD::SIGN_EXTEND_VECTOR_INREG: in LowerOperation()