Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp164 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
181 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
996 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
3014 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3112 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3221 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
3231 LValue RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
3421 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
3439 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
4042 LValue Base = CGF.EmitLoadOfPointerLValue( in getDepobjElements()
[all …]
H A DCodeGenFunction.h2605 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2818 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction