Home
last modified time | relevance | path

Searched refs:VVPOC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp184 auto VVPOC = *getVVPOpcode(Op.getOpcode()); in splitPackedLoadStore()
185 assert((VVPOC == VEISD::VVP_LOAD) || (VVPOC == VEISD::VVP_STORE)); in splitPackedLoadStore()
242 PartOps[(int)Part] = CDAG.getNode(VVPOC, MVT::Other, OpVec); in splitPackedLoadStore()
246 CDAG.getNode(VVPOC, {SplitDataVT, MVT::Other}, OpVec); in splitPackedLoadStore()
178 auto VVPOC = *getVVPOpcode(Op.getOpcode()); splitPackedLoadStore() local
H A DVECustomDAG.h111 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask);
115 bool hasReductionStartParam(unsigned VVPOC);
H A DVECustomDAG.cpp369 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask) { in getScalarReductionOpcode() argument
372 switch (VVPOC) { in getScalarReductionOpcode()