Home | History | Annotate | Download | only in X86

Lines Matching refs:Intr

14486   IntrinsicData Intr = itr->second;
14487 switch(Intr.Type) {
14492 SDValue Result = DAG.getNode(Intr.Opc0, dl, VTs, Op.getOperand(0));
14516 return getGatherNode(Intr.Opc0, Op, DAG, Src, Mask, Base, Index, Scale, Chain,
14527 return getScatterNode(Intr.Opc0, Op, DAG, Src, Mask, Base, Index, Scale, Chain);
14535 unsigned Opcode = (HintVal ? Intr.Opc1 : Intr.Opc0);
14546 getReadTimeStampCounter(Op.getNode(), dl, Intr.Opc0, DAG, Subtarget, Results);