Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp162 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
179 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
898 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
994 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1108 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1112 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1289 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3005 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3103 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3212 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[all …]
H A DCodeGenFunction.h2769 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2976 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction