Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h548 VECTOR_REVERSE, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp294 case ISD::VECTOR_REVERSE: return "vector_reverse"; in getOperationName()
H A DLegalizeVectorTypes.cpp947 case ISD::VECTOR_REVERSE: in SplitVectorResult()
5574 Lo = DAG.getNode(ISD::VECTOR_REVERSE, DL, InHi.getValueType(), InHi); in SplitVecRes_VECTOR_REVERSE()
5575 Hi = DAG.getNode(ISD::VECTOR_REVERSE, DL, InLo.getValueType(), InLo); in SplitVecRes_VECTOR_REVERSE()
H A DLegalizeIntegerTypes.cpp99 case ISD::VECTOR_REVERSE: in PromoteIntegerResult()
4707 return DAG.getNode(ISD::VECTOR_REVERSE, dl, OutVT, V0); in PromoteIntRes_VECTOR_REVERSE()
H A DSelectionDAGBuilder.cpp11039 setValue(&I, DAG.getNode(ISD::VECTOR_REVERSE, DL, VT, V)); in visitVectorReverse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp528 setOperationAction(ISD::VECTOR_REVERSE, VT, Custom); in RISCVTargetLowering()
588 setOperationAction(ISD::VECTOR_REVERSE, VT, Custom); in RISCVTargetLowering()
2306 case ISD::VECTOR_REVERSE: in LowerOperation()
4001 Lo = DAG.getNode(ISD::VECTOR_REVERSE, DL, LoVT, Lo); in lowerVECTOR_REVERSE()
4002 Hi = DAG.getNode(ISD::VECTOR_REVERSE, DL, HiVT, Hi); in lowerVECTOR_REVERSE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td663 def vector_reverse : SDNode<"ISD::VECTOR_REVERSE", SDTVecReverse>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3841 return DAG.getNode(ISD::VECTOR_REVERSE, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()