Searched refs:EmitLoadOfPointerLValue (Results 1 – 3 of 3) sorted by relevance
159 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 …]
2471 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
2505 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction