Home
last modified time | relevance | path

Searched refs:objc_autoreleasePoolPush (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h51 Intrinsic::objc_autoreleasePoolPush, in ModuleHasARC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp515 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
516 Changed |= lowerObjCCall(F, RTLIB::objc_autoreleasePoolPush); in lowerIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp40 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp5488 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h185 llvm::Function *objc_autoreleasePoolPush; member
H A DCGObjC.cpp2725 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2727 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1145 def objc_autoreleasePoolPush : RuntimeLibcallImpl<OBJC_AUTORELEASEPOOLPUSH>;