Lines Matching refs:getDeclaration

108   Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);  in CreateMemSet()
138 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet()
170 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy()
211 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy()
250 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove()
287 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove()
318 auto Decl = Intrinsic::getDeclaration(M, ID, Tys); in getReductionIntrinsic()
327 auto Decl = Intrinsic::getDeclaration( in CreateFAddReduce()
337 auto Decl = Intrinsic::getDeclaration( in CreateFMulReduce()
412 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start, in CreateLifetimeStart()
428 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end, in CreateLifetimeEnd()
449 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr); in CreateInvariantStart()
459 Value *FnAssume = Intrinsic::getDeclaration(M, Intrinsic::assume); in CreateAssumption()
511 Value *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); in CreateMaskedIntrinsic()
616 Intrinsic::getDeclaration(M, Intrinsic::experimental_gc_statepoint, in CreateGCStatepointCallCommon()
665 Function *FnStatepoint = Intrinsic::getDeclaration( in CreateGCStatepointInvokeCommon()
712 Value *FnGCResult = Intrinsic::getDeclaration(M, ID, Types); in CreateGCResult()
726 Intrinsic::getDeclaration(M, Intrinsic::experimental_gc_relocate, Types); in CreateGCRelocate()
738 Function *Fn = Intrinsic::getDeclaration(M, ID, {V->getType()}); in CreateUnaryIntrinsic()
747 Function *Fn = Intrinsic::getDeclaration(M, ID, { LHS->getType() }); in CreateBinaryIntrinsic()
757 Function *Fn = Intrinsic::getDeclaration(M, ID, Types); in CreateIntrinsic()