• Home
  • Raw
  • Download

Lines Matching refs:CreateBitCast

85   return Builder.CreateBitCast(result.getScalarVal(),   in EmitObjCBoxedExpr()
203 return Builder.CreateBitCast(result.getScalarVal(), in EmitObjCCollectionLiteral()
245 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(), in AdjustRelatedResultType()
427 newSelf = Builder.CreateBitCast(newSelf, selfTy); in EmitObjCMessageExpr()
526 llvm::Value *dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy); in emitStructGetterCall()
529 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy); in emitStructGetterCall()
796 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicGetterCall()
856 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType); in generateObjCGetterBody()
864 Builder.CreateStore(load, Builder.CreateBitCast(ReturnValue, bitcastType)); in generateObjCGetterBody()
884 llvm::Value *self = Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy); in generateObjCGetterBody()
905 RV = RValue::get(Builder.CreateBitCast(RV.getScalarVal(), in generateObjCGetterBody()
956 value = Builder.CreateBitCast(value, ConvertType(propType)); in generateObjCGetterBody()
957 value = Builder.CreateBitCast(value, in generateObjCGetterBody()
984 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitStructSetterCall()
992 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitStructSetterCall()
1030 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
1038 argAddr = CGF.Builder.CreateBitCast(argAddr, CGF.Int8PtrTy); in emitCPPObjectAtomicSetterCall()
1128 argAddr = Builder.CreateBitCast(argAddr, bitcastType); in generateObjCSetterBody()
1129 ivarAddr = Builder.CreateBitCast(ivarAddr, bitcastType); in generateObjCSetterBody()
1170 Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy); in generateObjCSetterBody()
1174 arg = Builder.CreateBitCast(Builder.CreateLoad(arg, "arg"), VoidPtrTy); in generateObjCSetterBody()
1377 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy)); in GenerateObjCCtorDtorMethod()
1557 Builder.CreateBitCast(Collection, in EmitObjCForCollectionStmt()
1610 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType, in EmitObjCForCollectionStmt()
1796 value = CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy); in emitARCValueOperation()
1804 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation()
1821 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
1828 result = CGF.Builder.CreateBitCast(result, in emitARCLoadOperation()
1856 CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy), in emitARCStoreOperation()
1857 CGF.Builder.CreateBitCast(value, CGF.Int8PtrTy) in emitARCStoreOperation()
1863 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation()
1884 CGF.Builder.CreateBitCast(dst, CGF.Int8PtrPtrTy), in emitARCCopyOperation()
1885 CGF.Builder.CreateBitCast(src, CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2002 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRelease()
2054 Builder.CreateBitCast(addr, Int8PtrPtrTy), in EmitARCStoreStrongCall()
2055 Builder.CreateBitCast(value, Int8PtrTy) in EmitARCStoreStrongCall()
2140 value = Builder.CreateBitCast(value, Int8PtrTy); in EmitARCRetainAutorelease()
2143 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
2211 addr = Builder.CreateBitCast(addr, Int8PtrPtrTy); in EmitARCDestroyWeak()
2571 value = CGF.Builder.CreateBitCast(value, resultType); in tryEmitARCRetainScalarExpr()
2594 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2619 result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2628 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2636 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2659 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2668 value = CGF.Builder.CreateBitCast(value, resultType); in tryEmitARCRetainScalarExpr()
2681 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr()
2847 object = Builder.CreateBitCast(object, VoidPtrTy); in EmitExtendGCLifetime()