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

References

lib/Target/X86/X86InstrInfo.cpp
 2462   MIB->addOperand(TailCall.getOperand(0)); // Destination.
 2463   MIB.addImm(0); // Stack offset (not used).
 2464   MIB->addOperand(BranchCond[0]); // Condition.
 2465   MIB.copyImplicitOps(TailCall); // Regmask and (imp-used) parameters.
 2472   LiveRegs.stepForward(*MIB, Clobbers);
 2474     MIB.addReg(C.first, RegState::Implicit);
 2475     MIB.addReg(C.first, RegState::Implicit | RegState::Define);