Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp163 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
180 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
926 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()
1023 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1128 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1132 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1292 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3216 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3314 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3423 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[all …]
H A DCodeGenFunction.h2537 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
H A DCGExpr.cpp2551 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction