Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def41 // \p VPSD The SelectionDAG Node id (eg VP_ADD).
49 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS)
54 #define END_REGISTER_VP_SDNODE(VPSD)
60 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD)
73 // \p VPSD The SelectionDAG Node id (eg VP_ADD).
77 #define BEGIN_REGISTER_VP(VPID, MASKPOS, EVLPOS, VPSD, LEGALPOS) \
79 BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, VPID, MASKPOS, EVLPOS) \
80 HELPER_MAP_VPID_TO_VPSD(VPID, VPSD)
82 #define END_REGISTER_VP(VPID, VPSD) \
84 END_REGISTER_VP_SDNODE(VPSD)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp497 #define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) \ in isVPOpcode() argument
498 case ISD::VPSD: \ in isVPOpcode()
508 #define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) case ISD::VPSD: in isVPBinaryOp() argument
510 #define END_REGISTER_VP_SDNODE(VPSD) break; in isVPBinaryOp() argument
546 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, ...) \ in getVPMaskIdx() argument
547 case ISD::VPSD: \ in getVPMaskIdx()
558 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \ in getVPExplicitVectorLengthIdx() argument
559 case ISD::VPSD: \ in getVPExplicitVectorLengthIdx()
H A DSelectionDAGBuilder.cpp8411 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsic() argument
8413 ResOPC = ISD::VPSD; \ in getISDForVPIntrinsic()