Lines Matching refs:TheFn

86   Function *TheFn =  in CreateVScale()  local
88 CallInst *CI = createCallHelper(TheFn, {}, this, Name); in CreateVScale()
102 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local
104 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemSet()
130 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local
133 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemSet()
160 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys); in CreateMemTransferInst() local
162 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemTransferInst()
198 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy_inline, Tys); in CreateMemCpyInline() local
200 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemCpyInline()
225 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local
228 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemCpy()
263 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local
265 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemMove()
300 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local
303 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateElementUnorderedAtomicMemMove()
414 Function *TheFn = in CreateLifetimeStart() local
416 return createCallHelper(TheFn, Ops, this); in CreateLifetimeStart()
430 Function *TheFn = in CreateLifetimeEnd() local
432 return createCallHelper(TheFn, Ops, this); in CreateLifetimeEnd()
450 Function *TheFn = in CreateInvariantStart() local
452 return createCallHelper(TheFn, Ops, this); in CreateInvariantStart()
515 Function *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); in CreateMaskedIntrinsic() local
516 return createCallHelper(TheFn, Ops, this, Name); in CreateMaskedIntrinsic()