Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h432 SIGN_EXTEND_VECTOR_INREG, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp328 case ISD::SIGN_EXTEND_VECTOR_INREG: in LegalizeOp()
704 case ISD::SIGN_EXTEND_VECTOR_INREG: in Expand()
DSelectionDAGDumper.cpp245 case ISD::SIGN_EXTEND_VECTOR_INREG: return "sign_extend_vector_inreg"; in getOperationName()
DDAGCombiner.cpp1405 case ISD::SIGN_EXTEND_VECTOR_INREG: return visitSIGN_EXTEND_VECTOR_INREG(N); in visit()
5733 Opcode == ISD::ANY_EXTEND || Opcode == ISD::SIGN_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
5769 if (Opcode == ISD::SIGN_EXTEND || Opcode == ISD::SIGN_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
DSelectionDAG.cpp1067 return getNode(ISD::SIGN_EXTEND_VECTOR_INREG, DL, VT, Op); in getSignExtendVectorInReg()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp815 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp320 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
4405 case ISD::SIGN_EXTEND_VECTOR_INREG: in LowerOperation()
4601 } else if ((Opcode == ISD::SIGN_EXTEND_VECTOR_INREG || in combineExtract()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1028 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v2i64, Custom); in X86TargetLowering()
1029 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v4i32, Custom); in X86TargetLowering()
1030 setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v8i16, Custom); in X86TargetLowering()
15410 assert(TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND_VECTOR_INREG, RegVT) && in LowerExtendedLoad()
20085 case ISD::SIGN_EXTEND_VECTOR_INREG: in LowerOperation()