Searched refs:EmitLoadOfPointerLValue (Results 1 – 3 of 3) sorted by relevance
163 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()180 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()926 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()1023 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()1128 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1132 Out, CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()1292 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()3216 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()3314 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()3423 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()[all …]
2537 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
2551 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction