Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp162 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
179 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
1022 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
3531 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3629 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3738 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
3748 LValue RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
3938 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
3956 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
4572 LValue Base = CGF.EmitLoadOfPointerLValue( in getDepobjElements()
[all …]
H A DCodeGenFunction.h2535 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2592 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction