Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h650 SPLAT_VECTOR_PARTS, enumerator
H A DTargetLowering.h4209 Op.getOpcode() == ISD::SPLAT_VECTOR_PARTS; in isTargetCanonicalConstantNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp335 case ISD::SPLAT_VECTOR_PARTS: return "splat_vector_parts"; in getOperationName()
H A DSelectionDAG.cpp1685 return getNode(ISD::SPLAT_VECTOR_PARTS, DL, VT, ScalarParts); in getConstant()
3185 case ISD::SPLAT_VECTOR_PARTS: { in computeKnownBits()
H A DLegalizeIntegerTypes.cpp5538 return DAG.getNode(ISD::SPLAT_VECTOR_PARTS, SDLoc(N), N->getValueType(0), Lo, in ExpandIntOp_SPLAT_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp820 setOperationAction(ISD::SPLAT_VECTOR_PARTS, VT, Custom); in RISCVTargetLowering()
1217 // type legalized to SPLAT_VECTOR_PARTS which we need to Custom handle. in RISCVTargetLowering()
1222 setOperationAction(ISD::SPLAT_VECTOR_PARTS, VT, Custom); in RISCVTargetLowering()
6409 case ISD::SPLAT_VECTOR_PARTS: in LowerOperation()
8077 // Custom-lower a SPLAT_VECTOR_PARTS where XLEN<SEW, as the SEW element type is
8086 "Unexpected SPLAT_VECTOR_PARTS lowering"); in lowerSPLAT_VECTOR_PARTS()