2005-09-02 18:46:02 +00:00
|
|
|
//===-- AlphaISelLowering.h - Alpha DAG Lowering Interface ------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-29 20:36:04 +00:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2005-09-02 18:46:02 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file defines the interfaces that Alpha uses to lower LLVM code into a
|
|
|
|
// selection DAG.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifndef LLVM_TARGET_ALPHA_ALPHAISELLOWERING_H
|
|
|
|
#define LLVM_TARGET_ALPHA_ALPHAISELLOWERING_H
|
|
|
|
|
2006-06-21 13:37:27 +00:00
|
|
|
#include "llvm/ADT/VectorExtras.h"
|
2005-09-02 18:46:02 +00:00
|
|
|
#include "llvm/Target/TargetLowering.h"
|
|
|
|
#include "llvm/CodeGen/SelectionDAG.h"
|
|
|
|
#include "Alpha.h"
|
|
|
|
|
|
|
|
namespace llvm {
|
|
|
|
|
2005-10-20 00:28:31 +00:00
|
|
|
namespace AlphaISD {
|
|
|
|
enum NodeType {
|
|
|
|
// Start the numbering where the builting ops and target ops leave off.
|
|
|
|
FIRST_NUMBER = ISD::BUILTIN_OP_END+Alpha::INSTRUCTION_LIST_END,
|
2005-11-30 07:19:56 +00:00
|
|
|
//These corrospond to the identical Instruction
|
2007-01-24 21:09:16 +00:00
|
|
|
CVTQT_, CVTQS_, CVTTQ_,
|
2005-12-24 05:36:33 +00:00
|
|
|
|
|
|
|
/// GPRelHi/GPRelLo - These represent the high and low 16-bit
|
2005-12-24 08:29:32 +00:00
|
|
|
/// parts of a global address respectively.
|
|
|
|
GPRelHi, GPRelLo,
|
|
|
|
|
|
|
|
/// RetLit - Literal Relocation of a Global
|
|
|
|
RelLit,
|
2005-12-24 05:36:33 +00:00
|
|
|
|
2006-06-13 18:27:39 +00:00
|
|
|
/// GlobalRetAddr - used to restore the return address
|
|
|
|
GlobalRetAddr,
|
2006-01-27 23:39:00 +00:00
|
|
|
|
|
|
|
/// CALL - Normal call.
|
|
|
|
CALL,
|
2005-12-24 05:36:33 +00:00
|
|
|
|
2005-12-25 01:34:27 +00:00
|
|
|
/// DIVCALL - used for special library calls for div and rem
|
2006-06-12 18:09:24 +00:00
|
|
|
DivCall,
|
|
|
|
|
|
|
|
/// return flag operand
|
2006-10-31 16:49:55 +00:00
|
|
|
RET_FLAG,
|
|
|
|
|
|
|
|
/// CHAIN = COND_BRANCH CHAIN, OPC, (G|F)PRC, DESTBB [, INFLAG] - This
|
|
|
|
/// corresponds to the COND_BRANCH pseudo instruction.
|
|
|
|
/// *PRC is the input register to compare to zero,
|
|
|
|
/// OPC is the branch opcode to use (e.g. Alpha::BEQ),
|
|
|
|
/// DESTBB is the destination block to branch to, and INFLAG is
|
|
|
|
/// an optional input flag argument.
|
|
|
|
COND_BRANCH_I, COND_BRANCH_F
|
2005-12-25 01:34:27 +00:00
|
|
|
|
2005-10-20 00:28:31 +00:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2005-09-02 18:46:02 +00:00
|
|
|
class AlphaTargetLowering : public TargetLowering {
|
|
|
|
int VarArgsOffset; // What is the offset to the first vaarg
|
|
|
|
int VarArgsBase; // What is the base FrameIndex
|
2005-11-30 07:19:56 +00:00
|
|
|
bool useITOF;
|
2005-09-02 18:46:02 +00:00
|
|
|
public:
|
2007-08-02 21:21:54 +00:00
|
|
|
explicit AlphaTargetLowering(TargetMachine &TM);
|
2005-11-30 07:19:56 +00:00
|
|
|
|
2008-03-10 15:42:14 +00:00
|
|
|
/// getSetCCResultType - Get the SETCC result ValueType
|
2008-07-27 21:46:04 +00:00
|
|
|
virtual MVT getSetCCResultType(const SDValue &) const;
|
2008-03-10 15:42:14 +00:00
|
|
|
|
2005-11-30 07:19:56 +00:00
|
|
|
/// LowerOperation - Provide custom lowering hooks for some operations.
|
|
|
|
///
|
2008-07-27 21:46:04 +00:00
|
|
|
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG);
|
2008-07-04 11:47:58 +00:00
|
|
|
virtual SDNode *ReplaceNodeResults(SDNode *N, SelectionDAG &DAG);
|
2006-01-16 19:53:25 +00:00
|
|
|
|
2008-07-04 11:47:58 +00:00
|
|
|
// Friendly names for dumps
|
2006-01-16 19:53:25 +00:00
|
|
|
const char *getTargetNodeName(unsigned Opcode) const;
|
|
|
|
|
2005-09-02 18:46:02 +00:00
|
|
|
/// LowerCallTo - This hook lowers an abstract call to a function into an
|
|
|
|
/// actual call.
|
2008-07-27 21:46:04 +00:00
|
|
|
virtual std::pair<SDValue, SDValue>
|
|
|
|
LowerCallTo(SDValue Chain, const Type *RetTy, bool RetSExt, bool RetZExt,
|
|
|
|
bool isVarArg, unsigned CC, bool isTailCall, SDValue Callee,
|
2006-12-31 05:55:36 +00:00
|
|
|
ArgListTy &Args, SelectionDAG &DAG);
|
2005-09-02 18:46:02 +00:00
|
|
|
|
2007-03-25 02:14:49 +00:00
|
|
|
ConstraintType getConstraintType(const std::string &Constraint) const;
|
2006-06-21 13:37:27 +00:00
|
|
|
|
|
|
|
std::vector<unsigned>
|
|
|
|
getRegClassForInlineAsmConstraint(const std::string &Constraint,
|
2008-06-06 12:08:01 +00:00
|
|
|
MVT VT) const;
|
2006-06-21 13:37:27 +00:00
|
|
|
|
2005-11-30 07:19:56 +00:00
|
|
|
bool hasITOF() { return useITOF; }
|
2008-02-21 06:45:13 +00:00
|
|
|
|
|
|
|
MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
|
|
|
|
MachineBasicBlock *BB);
|
2008-07-04 11:47:58 +00:00
|
|
|
|
|
|
|
private:
|
|
|
|
// Helpers for custom lowering.
|
2008-07-27 21:46:04 +00:00
|
|
|
void LowerVAARG(SDNode *N, SDValue &Chain, SDValue &DataPtr,
|
2008-07-04 11:47:58 +00:00
|
|
|
SelectionDAG &DAG);
|
|
|
|
|
2005-09-02 18:46:02 +00:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // LLVM_TARGET_ALPHA_ALPHAISELLOWERING_H
|