Home
last modified time | relevance | path

Searched refs:VPSD (Results 1 – 4 of 4) 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/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp825 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsicID() argument
827 return ISD::VPSD; in getISDForVPIntrinsicID()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp485 #define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) \ in isVPOpcode() argument
486 case ISD::VPSD: \ in isVPOpcode()
496 #define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) case ISD::VPSD: in isVPBinaryOp() argument
498 #define END_REGISTER_VP_SDNODE(VPSD) break; in isVPBinaryOp() argument
508 #define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) case ISD::VPSD: in isVPReduction() argument
510 #define END_REGISTER_VP_SDNODE(VPSD) break; in isVPReduction() argument
521 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, ...) \ in getVPMaskIdx() argument
522 case ISD::VPSD: \ in getVPMaskIdx()
533 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \ in getVPExplicitVectorLengthIdx() argument
534 case ISD::VPSD: \ in getVPExplicitVectorLengthIdx()
H A DSelectionDAGBuilder.cpp8257 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsic() argument
8259 ResOPC = ISD::VPSD; \ in getISDForVPIntrinsic()