HomeSort by relevance Sort by last modified time
    Searched refs:SPISD (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 138 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
140 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
583 Chain = DAG.getNode(SPISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
814 case SPISD::CMPICC: return "SPISD::CMPICC";
815 case SPISD::CMPFCC: return "SPISD::CMPFCC";
816 case SPISD::BRICC: return "SPISD::BRICC";
817 case SPISD::BRFCC: return "SPISD::BRFCC"
    [all...]
SparcISelDAGToDAG.cpp 98 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) {
103 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) {
124 if (Addr.getOperand(0).getOpcode() == SPISD::Lo ||
125 Addr.getOperand(1).getOpcode() == SPISD::Lo)
144 case SPISD::GLOBAL_BASE_REG:
SparcISelLowering.h 22 namespace SPISD {

Completed in 57 milliseconds