Lines Matching refs:IntNo
26506 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
26508 const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo); in LowerINTRINSIC_WO_CHAIN()
27147 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
27181 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
27252 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
27305 if (IntNo == Intrinsic::x86_sse42_pcmpistri128) in LowerINTRINSIC_WO_CHAIN()
27318 if (IntNo == Intrinsic::x86_sse42_pcmpistrm128) in LowerINTRINSIC_WO_CHAIN()
27426 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
27756 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
27757 const IntrinsicData *IntrData = getIntrinsicWithChain(IntNo); in LowerINTRINSIC_W_CHAIN()
27759 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27838 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27865 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27889 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27927 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
27978 unsigned Opc = IntNo == Intrinsic::x86_atomic_bts ? X86ISD::LBTS in LowerINTRINSIC_W_CHAIN()
27979 : IntNo == Intrinsic::x86_atomic_btc ? X86ISD::LBTC in LowerINTRINSIC_W_CHAIN()
33145 unsigned IntNo = N->getConstantOperandVal(1); in ReplaceNodeResults() local
33146 switch (IntNo) { in ReplaceNodeResults()