Searched refs:isOperationCustom (Results 1 – 4 of 4) sorted by relevance
1149 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
7731 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector()8405 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
4010 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
1795 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()1796 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()