Searched refs:EmitCastToVoidPtr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp83 auto VoidPtrAddr = CGF.EmitCastToVoidPtr(lvalue.getBitFieldPointer());
777 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
1029 EmitCastToVoidPtr(Ptr.getPointer()), E->getPtr()->getType())),
1062 EmitCastToVoidPtr(Val1.getPointer()), E->getVal1()->getType())),
1214 Args.add(RValue::get(EmitCastToVoidPtr(Dest.getPointer())),
1490 Args.add(RValue::get(CGF.EmitCastToVoidPtr(getAtomicPointer())),
1492 Args.add(RValue::get(CGF.EmitCastToVoidPtr(AddForLoaded)),
1687 Args.add(RValue::get(CGF.EmitCastToVoidPtr(getAtomicPointer())),
1689 Args.add(RValue::get(CGF.EmitCastToVoidPtr(ExpectedAddr)),
1691 Args.add(RValue::get(CGF.EmitCastToVoidPtr(DesiredAdd
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp2434 CGF.EmitCastToVoidPtr(I->getSecond().GlobalRecordAddr));
3801 llvm::Value *Ptr = CGF.EmitCastToVoidPtr(BufferPtr);
3819 CGF.EmitCastToVoidPtr(ReductionList.getPointer());
4003 llvm::Value *Ptr = CGF.EmitCastToVoidPtr(BufferPtr);
4021 CGF.EmitCastToVoidPtr(ReductionList.getPointer());
H A DCGOpenMPRuntime.cpp6217 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF));
6237 CGF.EmitCastToVoidPtr(emitReduceInitFunction(CGM, Loc, RCG, Cnt));
6244 ? CGF.EmitCastToVoidPtr(Fini)
6249 llvm::Value *CombAddr = CGF.EmitCastToVoidPtr(emitReduceCombFunction(
7648 CGF.EmitCastToVoidPtr(ComponentLB.getPointer()),
7649 CGF.EmitCastToVoidPtr(LB.getPointer()));
7663 CGF.EmitCastToVoidPtr(
7665 CGF.EmitCastToVoidPtr(LB.getPointer()));
H A DCGExprScalar.cpp2531 value = CGF.EmitCastToVoidPtr(value);
2619 value = CGF.EmitCastToVoidPtr(value);
3351 Value *result = CGF.EmitCastToVoidPtr(pointer);
H A DCGExprCXX.cpp553 Address SrcPtr = Address(CGF.EmitCastToVoidPtr(NullVariable), Align);
H A DItaniumCXXABI.cpp1436 Value = CGF.EmitCastToVoidPtr(Value);
1481 Value = CGF.EmitCastToVoidPtr(Value);
H A DCodeGenFunction.h2277 llvm::Value *EmitCastToVoidPtr(llvm::Value *value);
H A DMicrosoftCXXABI.cpp1534 CGF.Builder.CreateStore(CGF.EmitCastToVoidPtr(getThisValue(CGF)),
H A DCGExpr.cpp50 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) { function in class:CodeGenFunction
H A DCGBuiltin.cpp14338 Value *Base = EmitCastToVoidPtr(Args.Src);

Completed in 327 milliseconds