Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h622 SPLAT_VECTOR_PARTS, enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp304 case ISD::SPLAT_VECTOR_PARTS: return "splat_vector_parts"; in getOperationName()
H A DLegalizeIntegerTypes.cpp5102 return DAG.getNode(ISD::SPLAT_VECTOR_PARTS, SDLoc(N), N->getValueType(0), Lo, in ExpandIntOp_SPLAT_VECTOR()
H A DSelectionDAG.cpp1571 return getNode(ISD::SPLAT_VECTOR_PARTS, DL, VT, ScalarParts); in getConstant()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp598 setOperationAction(ISD::SPLAT_VECTOR_PARTS, VT, Custom); in RISCVTargetLowering()
867 setOperationAction(ISD::SPLAT_VECTOR_PARTS, VT, Custom); in RISCVTargetLowering()
3849 case ISD::SPLAT_VECTOR_PARTS: in LowerOperation()