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

References

lib/Target/X86/X86MCInstLower.cpp
 1889     return LowerTlsAddr(MCInstLowering, *MI);
 1909       auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(1 + i));
 1921         auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(1 + i));
 1939       MIB.addOperand(MCInstLowering.LowerMachineOperand(MI, MI->getOperand(i)).getValue());
 1949         auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(0 + i));
 2016     MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2));
 2033     return LowerSTATEPOINT(*MI, MCInstLowering);
 2036     return LowerFAULTING_OP(*MI, MCInstLowering);
 2039     return LowerFENTRY_CALL(*MI, MCInstLowering);
 2042     return LowerPATCHABLE_OP(*MI, MCInstLowering);
 2048     return LowerPATCHPOINT(*MI, MCInstLowering);
 2051     return LowerPATCHABLE_FUNCTION_ENTER(*MI, MCInstLowering);
 2054     return LowerPATCHABLE_RET(*MI, MCInstLowering);
 2057     return LowerPATCHABLE_TAIL_CALL(*MI, MCInstLowering);
 2060     return LowerPATCHABLE_EVENT_CALL(*MI, MCInstLowering);
 2063     return LowerPATCHABLE_TYPED_EVENT_CALL(*MI, MCInstLowering);
 2489   MCInstLowering.Lower(MI, TmpInst);