Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h422 ANY_EXTEND_VECTOR_INREG, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp328 case ISD::ANY_EXTEND_VECTOR_INREG: in LegalizeOp()
681 case ISD::ANY_EXTEND_VECTOR_INREG: in Expand()
DSelectionDAGDumper.cpp245 case ISD::ANY_EXTEND_VECTOR_INREG: return "any_extend_vector_inreg"; in getOperationName()
DLegalizeVectorTypes.cpp621 case ISD::ANY_EXTEND_VECTOR_INREG: in SplitVectorResult()
2129 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVectorResult()
2439 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
2455 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
DLegalizeIntegerTypes.cpp105 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntegerResult()
3363 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntRes_EXTEND_VECTOR_INREG()
DSelectionDAG.cpp1048 return getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, Op); in getAnyExtendVectorInReg()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp898 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4780 Opcode == ISD::ANY_EXTEND_VECTOR_INREG) && in combineExtract()