Searched refs:VPSD (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VPIntrinsics.def | 41 // \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 D | RISCVTargetTransformInfo.cpp | 825 #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 D | SelectionDAG.cpp | 485 #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 D | SelectionDAGBuilder.cpp | 8257 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsic() argument 8259 ResOPC = ISD::VPSD; \ in getISDForVPIntrinsic()
|