Lines Matching refs:MachineInstr
27 bool isArgument(const MachineInstr &MI);
28 bool isCopy(const MachineInstr &MI);
29 bool isTee(const MachineInstr &MI);
30 bool isChild(const MachineInstr &MI, const WebAssemblyFunctionInfo &MFI);
31 bool isCallDirect(const MachineInstr &MI);
32 bool isCallIndirect(const MachineInstr &MI);
33 bool isMarker(const MachineInstr &MI);
34 bool isThrow(const MachineInstr &MI);
35 bool isRethrow(const MachineInstr &MI);
36 bool isCatch(const MachineInstr &MI);
37 bool mayThrow(const MachineInstr &MI);
41 unsigned getCalleeOpNo(const MachineInstr &MI);