reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
23948   if (!IntrData) {
24038   switch(IntrData->Type) {
24044     SDValue Result = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
24065     return getAVX2GatherNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
24087     return getScatterNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
24094     unsigned Opcode = (HintVal == 2 ? IntrData->Opc1 : IntrData->Opc0);
24094     unsigned Opcode = (HintVal == 2 ? IntrData->Opc1 : IntrData->Opc0);
24106     getReadTimeStampCounter(Op.getNode(), dl, IntrData->Opc0, DAG, Subtarget,
24119     expandIntrinsicWChainHelper(Op.getNode(), dl, DAG, IntrData->Opc0, X86::ECX,
24126     SDValue InTrans = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
24146     uint16_t TruncationOp = IntrData->Opc0;