Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp159 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
176 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
942 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()
1037 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1147 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1152 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1313 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3595 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3693 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3802 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[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