Searched refs:EmitLoadOfPointerLValue (Results 1 – 3 of 3) sorted by relevance
162 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()179 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()898 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()994 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()1108 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1112 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1289 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()3005 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()3103 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()3212 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()[all …]
2769 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
2976 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction