Lines Matching refs:TheFn

107   Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);  in CreateMemSet()  local
109 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemSet()
135 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local
138 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemSet()
176 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local
178 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemCpy()
217 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local
220 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemCpy()
255 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local
257 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemMove()
292 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local
295 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemMove()
417 Function *TheFn = in CreateLifetimeStart() local
419 return createCallHelper(TheFn, Ops, this); in CreateLifetimeStart()
433 Function *TheFn = in CreateLifetimeEnd() local
435 return createCallHelper(TheFn, Ops, this); in CreateLifetimeEnd()
453 Function *TheFn = in CreateInvariantStart() local
455 return createCallHelper(TheFn, Ops, this); in CreateInvariantStart()
516 Function *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); in CreateMaskedIntrinsic() local
517 return createCallHelper(TheFn, Ops, this, Name); in CreateMaskedIntrinsic()