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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 339 SSHLSAT,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 319 case ISD::SSHLSAT: return "sshlsat";
LegalizeVectorOps.cpp 456 case ISD::SSHLSAT:
LegalizeIntegerTypes.cpp 171 case ISD::SSHLSAT:
774 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT;
810 case ISD::SSHLSAT:
2185 case ISD::SSHLSAT:
LegalizeVectorTypes.cpp 132 case ISD::SSHLSAT:
1042 case ISD::SSHLSAT:
3030 case ISD::SSHLSAT:
LegalizeDAG.cpp 1138 case ISD::SSHLSAT:
3377 case ISD::SSHLSAT:
TargetLowering.cpp 8042 bool IsSigned = Opcode == ISD::SSHLSAT;
8048 assert((Node->getOpcode() == ISD::SSHLSAT ||
SelectionDAGBuilder.cpp 6444 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 760 setOperationAction(ISD::SSHLSAT, VT, Expand);

Completed in 42 milliseconds