Searched refs:MCIL (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.h | 83 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 84 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 85 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 86 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 92 X86MCInstLower &MCIL); 93 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL); 94 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); 95 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); 97 X86MCInstLower &MCIL); 99 void LowerFENTRY_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
|
| H A D | X86MCInstLower.cpp | 1229 X86MCInstLower &MCIL) { in LowerSTATEPOINT() argument 1245 CallTargetMCOp = MCIL.LowerSymbolOperand( in LowerSTATEPOINT() 1246 CallTarget, MCIL.GetSymbolFromOperand(CallTarget)); in LowerSTATEPOINT() 1290 X86MCInstLower &MCIL) { in LowerFAULTING_OP() argument 1327 X86MCInstLower &MCIL) { in LowerFENTRY_CALL() argument 1373 X86MCInstLower &MCIL) { in LowerPATCHABLE_OP() argument 1384 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_OP() 1437 X86MCInstLower &MCIL) { in LowerPATCHPOINT() argument 1468 CalleeMCOp = MCIL.LowerSymbolOperand(CalleeMO, in LowerPATCHPOINT() 1736 X86MCInstLower &MCIL) { in LowerPATCHABLE_RET() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 76 void LowerFENTRY_CALL(const MachineInstr &MI, SystemZMCInstLower &MCIL);
|