Searched refs:MASKPOS (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | VPIntrinsics.def | 24 // \p MASKPOS The mask operand position. 27 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, EVLPOS) 45 // \p MASKPOS The mask operand position. 48 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, EVLPOS) 64 // \p MASKPOS The mask operand position. 70 #define BEGIN_REGISTER_VP(INTRIN, MASKPOS, EVLPOS, SDOPC, LEGALPOS) \ 71 BEGIN_REGISTER_VP_INTRINSIC(INTRIN, MASKPOS, EVLPOS) \ 72 BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, INTRIN, MASKPOS, EVLPOS)
|
/external/llvm-project/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 211 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS) \ in GetMaskParamPos() argument 213 return MASKPOS; in GetMaskParamPos() 223 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS) \ in GetVectorLengthParamPos() argument 235 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS) \ in IsVPIntrinsic() argument
|