Searched refs:EVLPOS (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/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(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS) 72 // \p EVLPOS The explicit vector length operand position. 77 #define BEGIN_REGISTER_VP(VPID, MASKPOS, EVLPOS, VPSD, LEGALPOS) \ 78 BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, EVLPOS) \ 79 BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, VPID, MASKPOS, EVLPOS) \
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 512 #define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \ in getVPExplicitVectorLengthIdx() argument 514 return EVLPOS; in getVPExplicitVectorLengthIdx()
|