Searched refs:SPISD (Results 1 - 3 of 3) sorted by path

/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp102 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) {
107 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) {
129 if (Addr.getOperand(0).getOpcode() == SPISD::Lo ||
130 Addr.getOperand(1).getOpcode() == SPISD::Lo)
151 case SPISD::GLOBAL_BASE_REG:
H A DSparcISelLowering.cpp238 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
317 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
928 Chain = DAG.getNode(SPISD::CALL, dl, NodeTys, Ops);
1245 Chain = DAG.getNode(SPISD::CALL, DL, NodeTys, Ops);
1678 case SPISD::CMPICC: return "SPISD::CMPICC";
1679 case SPISD::CMPFCC: return "SPISD::CMPFCC";
1680 case SPISD::BRICC: return "SPISD
[all...]
H A DSparcISelLowering.h24 namespace SPISD { namespace in namespace:llvm

Completed in 577 milliseconds