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()1022 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()3531 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()3629 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()3738 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()3748 LValue RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()3938 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()3956 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitTaskDupFunction()4572 LValue Base = CGF.EmitLoadOfPointerLValue( in getDepobjElements()[all …]
2535 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
2592 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction