|
OpenADFortTk (basic)
|
#include "Open64IRInterface/Open64BasicTypes.h"#include "whirl2xaif.h"#include "XlationContext.h"#include "xmlostream.h"#include "IntrinsicXlationTable.h"

Go to the source code of this file.
Namespaces | |
| namespace | whirl2xaif |
Defines | |
| #define | wn2xaif_i |
| #define | WN2F_expr_has_boolean_arg(opc) |
Functions | |
| void | whirl2xaif::xlate_FUNC_ENTRY (xml::ostream &xos, WN *wn, XlationContext &ctxt) |
| void | whirl2xaif::xlate_ALTENTRY (xml::ostream &xos, WN *wn, XlationContext &ctxt) |
| void | whirl2xaif::xlate_ignore (xml::ostream &xos, WN *wn, XlationContext &ctxt) |
| void | whirl2xaif::xlate_unknown (xml::ostream &xos, WN *wn, XlationContext &ctxt) |
| #define WN2F_expr_has_boolean_arg | ( | opc | ) |
((opc) == OPC_BLNOT || (opc) == OPC_BLAND || (opc) == OPC_BLIOR || \
(opc) == OPC_I4LNOT || (opc) == OPC_I4LAND || (opc) == OPC_I4LIOR)
Definition at line 35 of file wn2xaif.i.
Referenced by whirl2xaif::TranslateWN().