reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2267   llvm::Value *EmitCastToVoidPtr(llvm::Value *value);

References

tools/clang/lib/CodeGen/CGAtomic.cpp
   83         auto VoidPtrAddr = CGF.EmitCastToVoidPtr(lvalue.getBitFieldPointer());
  741     Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
  985                  EmitCastToVoidPtr(Ptr.getPointer()), E->getPtr()->getType())),
 1017               EmitCastToVoidPtr(Val1.getPointer()), E->getVal1()->getType())),
 1161         Args.add(RValue::get(EmitCastToVoidPtr(Dest.getPointer())),
 1432   Args.add(RValue::get(CGF.EmitCastToVoidPtr(getAtomicPointer())),
 1434   Args.add(RValue::get(CGF.EmitCastToVoidPtr(AddForLoaded)),
 1629   Args.add(RValue::get(CGF.EmitCastToVoidPtr(getAtomicPointer())),
 1631   Args.add(RValue::get(CGF.EmitCastToVoidPtr(ExpectedAddr)),
 1633   Args.add(RValue::get(CGF.EmitCastToVoidPtr(DesiredAddr)),
 1942       args.add(RValue::get(EmitCastToVoidPtr(atomics.getAtomicPointer())),
 1944       args.add(RValue::get(EmitCastToVoidPtr(srcAddr.getPointer())),
tools/clang/lib/CodeGen/CGExprCXX.cpp
  537     Address SrcPtr = Address(CGF.EmitCastToVoidPtr(NullVariable), Align);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2455       value = CGF.EmitCastToVoidPtr(value);
 2543     value = CGF.EmitCastToVoidPtr(value);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6234         CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer());
 6254         CGF.EmitCastToVoidPtr(emitReduceInitFunction(CGM, Loc, RCG, Cnt));
 6261                                 ? CGF.EmitCastToVoidPtr(Fini)
 6266     llvm::Value *CombAddr = CGF.EmitCastToVoidPtr(emitReduceCombFunction(
 7660                     CGF.EmitCastToVoidPtr(ComponentLB.getPointer()),
 7661                     CGF.EmitCastToVoidPtr(LB.getPointer()));
 7675               CGF.EmitCastToVoidPtr(
 7677               CGF.EmitCastToVoidPtr(LB.getPointer()));
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2422             CGF.EmitCastToVoidPtr(I->getSecond().GlobalRecordAddr));
 3787     llvm::Value *Ptr = CGF.EmitCastToVoidPtr(BufferPtr);
 3805       CGF.EmitCastToVoidPtr(ReductionList.getPointer());
 3987     llvm::Value *Ptr = CGF.EmitCastToVoidPtr(BufferPtr);
 4005       CGF.EmitCastToVoidPtr(ReductionList.getPointer());
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1419   Value = CGF.EmitCastToVoidPtr(Value);
 1464   Value = CGF.EmitCastToVoidPtr(Value);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1522     CGF.Builder.CreateStore(CGF.EmitCastToVoidPtr(getThisValue(CGF)),