Searched refs:EmitLoadOfPointerLValue (Results 1 – 3 of 3) sorted by relevance
166 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()183 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()902 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()998 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()1112 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1116 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1294 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()3029 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()3127 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()3236 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()[all …]
2762 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
2829 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction