Lines Matching refs:IntNo
25515 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
25517 const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo); in LowerINTRINSIC_WO_CHAIN()
26163 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
26197 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
26268 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
26321 if (IntNo == Intrinsic::x86_sse42_pcmpistri128) in LowerINTRINSIC_WO_CHAIN()
26334 if (IntNo == Intrinsic::x86_sse42_pcmpistrm128) in LowerINTRINSIC_WO_CHAIN()
26442 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
26781 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
26782 const IntrinsicData *IntrData = getIntrinsicWithChain(IntNo); in LowerINTRINSIC_W_CHAIN()
26784 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
26865 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
26892 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
26916 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
26954 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27005 unsigned Opc = IntNo == Intrinsic::x86_atomic_bts_rm ? X86ISD::LBTS_RM in LowerINTRINSIC_W_CHAIN()
27006 : IntNo == Intrinsic::x86_atomic_btc_rm ? X86ISD::LBTC_RM in LowerINTRINSIC_W_CHAIN()
27024 unsigned Opc = IntNo == Intrinsic::x86_atomic_bts ? X86ISD::LBTS in LowerINTRINSIC_W_CHAIN()
27025 : IntNo == Intrinsic::x86_atomic_btc ? X86ISD::LBTC in LowerINTRINSIC_W_CHAIN()
27068 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27104 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
33337 unsigned IntNo = N->getConstantOperandVal(1); in ReplaceNodeResults() local
33338 switch (IntNo) { in ReplaceNodeResults()