Lines Matching refs:INTRINSIC_VOID
819 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in SITargetLowering()
820 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2i16, Custom); in SITargetLowering()
821 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2f16, Custom); in SITargetLowering()
822 setOperationAction(ISD::INTRINSIC_VOID, MVT::v3i16, Custom); in SITargetLowering()
823 setOperationAction(ISD::INTRINSIC_VOID, MVT::v3f16, Custom); in SITargetLowering()
824 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4f16, Custom); in SITargetLowering()
825 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4i16, Custom); in SITargetLowering()
826 setOperationAction(ISD::INTRINSIC_VOID, MVT::f16, Custom); in SITargetLowering()
827 setOperationAction(ISD::INTRINSIC_VOID, MVT::i16, Custom); in SITargetLowering()
828 setOperationAction(ISD::INTRINSIC_VOID, MVT::i8, Custom); in SITargetLowering()
878 setTargetDAGCombine(ISD::INTRINSIC_VOID); in SITargetLowering()
1099 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
1112 Info.opc = CI.getType()->isVoidTy() ? ISD::INTRINSIC_VOID : in getTgtMemIntrinsic()
1214 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
4543 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG); in LowerOperation()
5035 bool HaveChain = Intr->getOpcode() == ISD::INTRINSIC_VOID || in LowerBRCOND()
8825 case ISD::INTRINSIC_VOID: in getBasePtrIndex()