Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp148 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
165 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
1070 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
1165 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1400 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
4403 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
4501 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
4598 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
4608 LValue RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
4786 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()
[all …]
H A DCodeGenFunction.h2147 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2332 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction