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

References

lib/Target/X86/X86FastISel.cpp
 3491     MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(CallOpc))
 3508     MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(CallOpc));
 3510       MIB.addReg(Is64Bit ? X86::RIP : 0).addImm(1).addReg(0);
 3512       MIB.addSym(Symbol, OpFlags);
 3514       MIB.addGlobalAddress(GV, 0, OpFlags);
 3516       MIB.addReg(0);
 3521   MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC));
 3525     MIB.addReg(X86::EBX, RegState::Implicit);
 3528     MIB.addReg(X86::AL, RegState::Implicit);
 3532     MIB.addReg(Reg, RegState::Implicit);
 3596   CLI.Call = MIB;