Searched refs:ReplaceCallWith (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith() function 324 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(), in ReplaceFPIntrinsicWithCall() 328 ReplaceCallWith(Dname, CI, CS.arg_begin(), CS.arg_end(), in ReplaceFPIntrinsicWithCall() 334 ReplaceCallWith(LDname, CI, CS.arg_begin(), CS.arg_end(), in ReplaceFPIntrinsicWithCall() 368 Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end(), in LowerIntrinsicCall() 380 ReplaceCallWith("longjmp", CI, CS.arg_begin(), CS.arg_end(), in LowerIntrinsicCall() 387 ReplaceCallWith("abort", CI, CS.arg_end(), CS.arg_end(), in LowerIntrinsicCall() 473 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall() 484 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall() 499 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
|