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.cpp166 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
183 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
902 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
998 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1112 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1116 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1294 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3029 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3127 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3236 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[all …]
H A DCodeGenFunction.h2762 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2829 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction