Searched refs:ANY_EXTEND_VECTOR_INREG (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h412 /// ANY_EXTEND_VECTOR_INREG(Vector) - This operator represents an
419 ANY_EXTEND_VECTOR_INREG, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp78 /// \brief Implement expansion for ANY_EXTEND_VECTOR_INREG.
327 case ISD::ANY_EXTEND_VECTOR_INREG:
702 case ISD::ANY_EXTEND_VECTOR_INREG:
H A DSelectionDAGDumper.cpp244 case ISD::ANY_EXTEND_VECTOR_INREG: return "any_extend_vector_inreg";
H A DSelectionDAG.cpp1057 return getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, Op);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp814 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, VT, Expand);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4603 Opcode == ISD::ANY_EXTEND_VECTOR_INREG) &&

Completed in 431 milliseconds