|
OpenADFortTk (basic)
|
#include <limits.h>#include "Open64IRInterface/Open64BasicTypes.h"#include "whirl2xaif.h"#include "PUXlationContext.h"

Go to the source code of this file.
Namespaces | |
| namespace | whirl2xaif |
Functions | |
| void | whirl2xaif::xlate_LDA (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_LDID (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_ILOAD (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_ILOADX (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_mload (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_STID (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_ISTORE (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_ISTOREX (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_mstore (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_pstid (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_pstore (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::xlate_ARRAY (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_triplet (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_src_triplet (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_arrayexp (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_arrsection (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_where (xml::ostream &xos, WN *wn, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_array_bounds (xml::ostream &xos, WN *wn, TY_IDX array_ty, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_arrsection_bounds (xml::ostream &xos, WN *wn, TY_IDX array_ty, PUXlationContext &ctxt) |
| void | whirl2xaif::WN2F_String_Argument (xml::ostream &xos, WN *base_parm, WN *length, PUXlationContext &ctxt) |
| BOOL | whirl2xaif::WN2F_Is_Address_Preg (WN *ad, TY_IDX ptr_ty) |