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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp282 MachineSDNode *CallResults = local
284 ReplaceNode(Node, CallResults);
H A DWebAssemblyISelLowering.cpp542 LowerCallResults(MachineInstr &CallResults, DebugLoc DL, MachineBasicBlock *BB, argument
545 MachineInstr &CallParams = *CallResults.getPrevNode();
547 assert(CallResults.getOpcode() == WebAssembly::CALL_RESULTS ||
548 CallResults.getOpcode() == WebAssembly::RET_CALL_RESULTS);
552 bool IsRetCall = CallResults.getOpcode() == WebAssembly::RET_CALL_RESULTS;
587 BuildMI(*BB, CallResults.getIterator(), DL,
609 BB->insert(CallResults.getIterator(), MIBC0);
615 for (auto Def : CallResults.defs())
641 BB->insert(CallResults.getIterator(), MIB);
643 CallResults
[all...]

Completed in 174 milliseconds