Searched refs:SPLAT_VECTOR_PARTS (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 650 SPLAT_VECTOR_PARTS, enumerator
|
H A D | TargetLowering.h | 4209 Op.getOpcode() == ISD::SPLAT_VECTOR_PARTS; in isTargetCanonicalConstantNode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 335 case ISD::SPLAT_VECTOR_PARTS: return "splat_vector_parts"; in getOperationName()
|
H A D | SelectionDAG.cpp | 1685 return getNode(ISD::SPLAT_VECTOR_PARTS, DL, VT, ScalarParts); in getConstant() 3185 case ISD::SPLAT_VECTOR_PARTS: { in computeKnownBits()
|
H A D | LegalizeIntegerTypes.cpp | 5538 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 D | RISCVISelLowering.cpp | 820 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()
|