Lines Matching refs:InstCall
2605 void TargetX86Base<TraitsType>::lowerCall(const InstCall *Instr) {
4233 InstCall *Call =
4329 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_longjmp, nullptr, 2);
4356 InstCall *Call =
4363 InstCall *Call =
5171 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memcpy, nullptr, 3);
5243 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memmove, nullptr, 3);
5353 InstCall *Call = makeHelperCall(RuntimeHelper::H_call_memset, nullptr, 3);
7414 InstCall *Call = makeHelperCall(HelperID, Dest, MaxSrcs);
7529 InstCall *Call = makeHelperCall(HelperID, CallDest, MaxSrcs);
7578 } else if (auto *Call = llvm::dyn_cast<InstCall>(Instr)) {
7635 const InstCall *Instr) {