Home
last modified time | relevance | path

Searched refs:VEC_PACK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp118 case VEISD::VEC_PACK: in isPackingSupportOpcode()
495 return DAG.getNode(VEISD::VEC_PACK, DL, DestVT, LoVec, HiVec, AVL); in getPack()
H A DVEISelLowering.h49 VEC_PACK, // pack a lo and a hi vector into one v512 vector enumerator
H A DVEISelLowering.cpp943 TARGET_NODE_CASE(VEC_PACK) in getTargetNodeName()
H A DVEInstrInfo.td2152 def vec_pack : SDNode<"VEISD::VEC_PACK", SDTypeProfile<1, 3,