Home | History | Annotate | Download | only in src

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);
7415 InstCall *Call = makeHelperCall(HelperID, Dest, MaxSrcs);
7530 InstCall *Call = makeHelperCall(HelperID, CallDest, MaxSrcs);
7579 } else if (auto *Call = llvm::dyn_cast<InstCall>(Instr)) {
7636 const InstCall *Instr) {