Searched refs:CalleeOpNo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp136 // MI->getOperand(CalleeOpNo) reads memory, writes memory, and/or has side
138 static void queryCallee(const MachineInstr &MI, unsigned CalleeOpNo, bool &Read, argument
143 const MachineOperand &MO = MI.getOperand(CalleeOpNo);
255 unsigned CalleeOpNo = WebAssembly::getCalleeOpNo(MI.getOpcode()); local
256 queryCallee(MI, CalleeOpNo, Read, Write, Effects, StackPointer);

Completed in 98 milliseconds