Searched refs:VPID (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 432 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS) \ in getMaskParamPos() argument 433 case Intrinsic::VPID: \ in getMaskParamPos() 445 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, VLENPOS) \ in getVectorLengthParamPos() argument 446 case Intrinsic::VPID: \ in getVectorLengthParamPos() 469 VPIntrinsic::getMemoryPointerParamPos(Intrinsic::ID VPID) { in getMemoryPointerParamPos() argument 470 switch (VPID) { in getMemoryPointerParamPos() 473 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...) case Intrinsic::VPID: in getMemoryPointerParamPos() argument 475 #define END_REGISTER_VP_INTRINSIC(VPID) break; in getMemoryPointerParamPos() argument 489 std::optional<unsigned> VPIntrinsic::getMemoryDataParamPos(Intrinsic::ID VPID) { in getMemoryDataParamPos() argument 490 switch (VPID) { in getMemoryDataParamPos() [all …]
|
| D | VectorBuilder.cpp | 59 auto VPID = VPIntrinsic::getForOpcode(Opcode); in createVectorInstruction() local 60 if (VPID == Intrinsic::not_intrinsic) in createVectorInstruction() 63 auto MaskPosOpt = VPIntrinsic::getMaskParamPos(VPID); in createVectorInstruction() 64 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstruction() 98 auto *VPDecl = VPIntrinsic::getDeclarationForParams(&getModule(), VPID, in createVectorInstruction()
|
| D | Verifier.cpp | 5059 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...) case Intrinsic::VPID: in visitIntrinsicCall() argument
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | VPIntrinsics.def | 23 // \p VPID The VP intrinsic id. 27 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, MASKPOS, EVLPOS) 32 #define END_REGISTER_VP_INTRINSIC(VPID) 60 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) 69 // \p VPID The canonical name (eg `vp_add`, which at the same time is the 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) \ 80 HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) 82 #define END_REGISTER_VP(VPID, VPSD) \ [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 461 #define BEGIN_REGISTER_VP_SDNODE(VPID, LEGALPOS, ...) \ in LegalizeOp() argument 462 case ISD::VPID: { \ in LegalizeOp() 465 if (ISD::VPID == ISD::VP_SETCC) { \ in LegalizeOp()
|
| D | SelectionDAGBuilder.cpp | 6433 #define BEGIN_REGISTER_VP_INTRINSIC(VPID, ...) case Intrinsic::VPID: in visitIntrinsicCall() argument 7454 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsic() argument 7455 case Intrinsic::VPID: \ in getISDForVPIntrinsic()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.cpp | 804 #define HELPER_MAP_VPID_TO_VPSD(VPID, VPSD) \ in getISDForVPIntrinsicID() argument 805 case Intrinsic::VPID: \ in getISDForVPIntrinsicID()
|