Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp159 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
1041 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
3600 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3698 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3807 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
4009 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
4027 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
4639 LValue Base = CGF.EmitLoadOfPointerLValue( in getDepobjElements()
4741 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDepobjElementsSizes()
4800 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDepobjElements()
[all …]
H A DCodeGenFunction.h2471 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2505 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction