Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp303 MachineSDNode *CallResults = in Select() local
305 ReplaceNode(Node, CallResults); in Select()
H A DWebAssemblyISelLowering.cpp554 LowerCallResults(MachineInstr &CallResults, DebugLoc DL, MachineBasicBlock *BB, in LowerCallResults() argument
557 MachineInstr &CallParams = *CallResults.getPrevNode(); in LowerCallResults()
559 assert(CallResults.getOpcode() == WebAssembly::CALL_RESULTS || in LowerCallResults()
560 CallResults.getOpcode() == WebAssembly::RET_CALL_RESULTS); in LowerCallResults()
564 bool IsRetCall = CallResults.getOpcode() == WebAssembly::RET_CALL_RESULTS; in LowerCallResults()
607 BB->insert(CallResults.getIterator(), MIBC0); in LowerCallResults()
613 for (auto Def : CallResults.defs()) in LowerCallResults()
639 BB->insert(CallResults.getIterator(), MIB); in LowerCallResults()
641 CallResults.eraseFromParent(); in LowerCallResults()