Searched refs:CallEnd (Results 1 – 3 of 3) sorted by relevance
132 SourceLocation CallEnd = Call->getSourceRange().getEnd(); in check() local137 CallEnd.getLocWithOffset(1), ComparisonEnd.getLocWithOffset(1))); in check()
328 SDNode *CallEnd = CallEndVal.getNode(); in lowerCallFromStatepointLoweringInfo() local348 if (CallEnd->getOpcode() == ISD::LOAD) in lowerCallFromStatepointLoweringInfo()349 CallEnd = CallEnd->getOperand(0).getNode(); in lowerCallFromStatepointLoweringInfo()351 while (CallEnd->getOpcode() == ISD::CopyFromReg) in lowerCallFromStatepointLoweringInfo()352 CallEnd = CallEnd->getOperand(0).getNode(); in lowerCallFromStatepointLoweringInfo()355 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); in lowerCallFromStatepointLoweringInfo()356 return std::make_pair(ReturnValue, CallEnd->getOperand(0).getNode()); in lowerCallFromStatepointLoweringInfo()
9434 SDNode *CallEnd = Result.second.getNode(); in visitPatchpoint() local9435 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()9436 CallEnd = CallEnd->getOperand(0).getNode(); in visitPatchpoint()9440 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && in visitPatchpoint()9442 SDNode *Call = CallEnd->getOperand(0).getNode(); in visitPatchpoint()