Searched refs:EmitLoadOfPointerLValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp152 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
169 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
1112 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy);
1207 return CGF.EmitLoadOfPointerLValue(
1384 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>())
1389 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>())
1549 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar),
4508 LValue TDBase = CGF.EmitLoadOfPointerLValue(
4606 LValue Base = CGF.EmitLoadOfPointerLValue(
4705 LValue Base = CGF.EmitLoadOfPointerLValue(
[all...]
H A DCodeGenFunction.h2181 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2355 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, function in class:CodeGenFunction

Completed in 115 milliseconds