Searched refs:MaybeOperand (Results 1 – 1 of 1) sorted by relevance
1326 if (auto MaybeOperand = MCIL.LowerMachineOperand(&FaultingMI, MO)) in LowerFAULTING_OP() local1327 MI.addOperand(*MaybeOperand); in LowerFAULTING_OP()1443 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_OP() local1444 MCI.addOperand(*MaybeOperand); in LowerPATCHABLE_OP()1821 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_RET() local1822 Ret.addOperand(*MaybeOperand); in LowerPATCHABLE_RET()1860 if (auto MaybeOperand = MCIL.LowerMachineOperand(&MI, MO)) in LowerPATCHABLE_TAIL_CALL() local1861 TC.addOperand(*MaybeOperand); in LowerPATCHABLE_TAIL_CALL()