Searched refs:EmitLoadOfPointerLValue (Results 1 – 4 of 4) sorted by relevance
143 auto PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()159 auto PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()698 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()767 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()772 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()872 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()3296 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()3386 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()3475 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()3484 auto RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()[all …]
1680 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
919 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction