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 284 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
363 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
    [all...]
SparcISelDAGToDAG.cpp 106 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) {
111 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) {
133 if (Addr.getOperand(0).getOpcode() == SPISD::Lo ||
134 Addr.getOperand(1).getOpcode() == SPISD::Lo)
336 case SPISD::GLOBAL_BASE_REG:
SparcISelLowering.h 24 namespace SPISD {

Completed in 74 milliseconds