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

References

lib/Target/X86/X86ISelLowering.cpp
31164   MachineFunction *MF = BB->getParent();
31174     return EmitLoweredTLSAddr(MI, BB);
31179     return EmitLoweredRetpoline(MI, BB);
31181     return EmitLoweredCatchRet(MI, BB);
31183     return EmitLoweredCatchPad(MI, BB);
31186     return EmitLoweredSegAlloca(MI, BB);
31189     return EmitLoweredTLSCall(MI, BB);
31211     return EmitLoweredSelect(MI, BB);
31218     MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF));
31229     BuildMI(*BB, MI, DL, TII->get(Pop), MI.getOperand(0).getReg());
31232     return BB;
31241     BuildMI(*BB, MI, DL, TII->get(Push)).addReg(MI.getOperand(0).getReg());
31242     BuildMI(*BB, MI, DL, TII->get(PopF));
31245     return BB;
31260     addFrameReference(BuildMI(*BB, MI, DL,
31265     addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOVZX32rm16), OldCW),
31270     BuildMI(*BB, MI, DL, TII->get(X86::OR32ri), NewCW)
31276     BuildMI(*BB, MI, DL, TII->get(TargetOpcode::COPY), NewCW16)
31281     addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)),
31286     addFrameReference(BuildMI(*BB, MI, DL,
31305     addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
31309     addFrameReference(BuildMI(*BB, MI, DL,
31313     return BB;
31318     return emitXBegin(MI, BB, Subtarget.getInstrInfo());
31321     return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
31324     return EmitVAARG64WithCustomInserter(MI, BB);
31328     return emitEHSjLjSetJmp(MI, BB);
31332     return emitEHSjLjLongJmp(MI, BB);
31335     return EmitSjLjDispatchBlock(MI, BB);
31340     return emitPatchPoint(MI, BB);
31344     return emitPatchPoint(MI, BB);
31347     return emitXRayCustomEvent(MI, BB);
31350     return emitXRayTypedEvent(MI, BB);
31366       return BB;
31385       return BB;
31391     while (RMBBI != BB->rend() && (RMBBI->definesRegister(X86::EAX) ||
31399         BuildMI(*BB, *MBBI, DL, TII->get(X86::LEA32r), computedAddrVReg), AM);
31403     return BB;
31406     return BB;
31411     if (!BB->isLiveIn(BasePtr))
31412       BB->addLiveIn(BasePtr);
31413     return BB;