Home
last modified time | relevance | path

Searched refs:MCIL (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.h85 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
86 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
87 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
88 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
94 X86MCInstLower &MCIL);
95 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL);
96 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
97 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
99 X86MCInstLower &MCIL);
101 void LowerFENTRY_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
H A DX86MCInstLower.cpp883 X86MCInstLower &MCIL) { in LowerSTATEPOINT() argument
898 CallTargetMCOp = MCIL.LowerSymbolOperand( in LowerSTATEPOINT()
899 CallTarget, MCIL.GetSymbolFromOperand(CallTarget)); in LowerSTATEPOINT()
940 X86MCInstLower &MCIL) { in LowerFAULTING_OP() argument
970 X86MCInstLower &MCIL) { in LowerFENTRY_CALL() argument
983 X86MCInstLower &MCIL) { in LowerPATCHABLE_OP() argument
992 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_OP()
1031 X86MCInstLower &MCIL) { in LowerPATCHPOINT() argument
1057 CalleeMCOp = MCIL.LowerSymbolOperand(CalleeMO, in LowerPATCHPOINT()
1303 X86MCInstLower &MCIL) { in LowerPATCHABLE_RET() argument
[all …]