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