HomeSort by: relevance | last modified time | path
    Searched refs:SystemZISD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 56 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP,
130 return emitMemMem(DAG, DL, SystemZISD::XC, SystemZISD::XC_LOOP,
138 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP,
159 return DAG.getNode(SystemZISD::CLC_LOOP, DL, VTs, Chain, Src1, Src2,
162 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2,
172 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
206 SDValue End = DAG.getNode(SystemZISD::SEARCH_STRING, DL, VTs, Chain
    [all...]
SystemZISelLowering.cpp 735 Opcode = SystemZISD::BYTE_MASK;
749 Opcode = SystemZISD::REPLICATE;
762 Opcode = SystemZISD::ROTATE_MASK;
1656 Callee = DAG.getNode(SystemZISD::PCREL_WRAPPER, DL, PtrVT, Callee);
1659 Callee = DAG.getNode(SystemZISD::PCREL_WRAPPER, DL, PtrVT, Callee);
1697 return DAG.getNode(SystemZISD::SIBCALL, DL, NodeTys, Ops);
1698 Chain = DAG.getNode(SystemZISD::CALL, DL, NodeTys, Ops);
1771 return DAG.getNode(SystemZISD::RET_FLAG, DL, MVT::Other, Chain);
1802 return DAG.getNode(SystemZISD::RET_FLAG, DL, MVT::Other, RetOps);
1806 // as its only (other) argument. Provide the associated SystemZISD opcode an
    [all...]
SystemZISelDAGToDAG.cpp 184 if (SystemZISD::isPCREL(Addr.getOpcode())) {
473 if (Op0Code == SystemZISD::ADJDYNALLOC)
475 if (Op1Code == SystemZISD::ADJDYNALLOC)
488 if (Opcode == SystemZISD::PCREL_OFFSET) {
585 else if (Addr.getOpcode() == SystemZISD::ADJDYNALLOC &&
1152 assert((VCI.Opcode == SystemZISD::BYTE_MASK ||
1153 VCI.Opcode == SystemZISD::REPLICATE ||
1154 VCI.Opcode == SystemZISD::ROTATE_MASK) &&
1351 case SystemZISD::SSUBO:
1354 case SystemZISD::SADDO
    [all...]
SystemZISelLowering.h 24 namespace SystemZISD {
377 } // end namespace SystemZISD

Completed in 28 milliseconds