Searched refs:EVLPOS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VPIntrinsics.def | 25 // \p EVLPOS The explicit vector length operand position. 27 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, EVLPOS) 47 // \p EVLPOS The explicit vector length operand position. 49 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, EVLPOS) 66 // \p EVLPOS The explicit vector length operand position. 71 #define BEGIN_REGISTER_VP(INTRIN, MASKPOS, EVLPOS, SDOPC, LEGALPOS) \ 72 BEGIN_REGISTER_VP_INTRINSIC(INTRIN, MASKPOS, EVLPOS) \ 73 BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, INTRIN, MASKPOS, EVLPOS)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 432 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \ in getVPExplicitVectorLengthIdx() argument 434 return EVLPOS; in getVPExplicitVectorLengthIdx()
|