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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 361 SDIVFIX,
TargetLowering.h 1077 case ISD::SDIVFIX:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 466 case ISD::SDIVFIX:
869 case ISD::SDIVFIX:
SelectionDAGDumper.cpp 327 case ISD::SDIVFIX: return "sdivfix";
LegalizeIntegerTypes.cpp 179 case ISD::SDIVFIX:
918 bool Signed = N->getOpcode() == ISD::SDIVFIX ||
956 bool Signed = N->getOpcode() == ISD::SDIVFIX ||
1543 case ISD::SDIVFIX:
2193 case ISD::SDIVFIX:
LegalizeDAG.cpp 1148 case ISD::SDIVFIX:
3387 case ISD::SDIVFIX:
LegalizeVectorTypes.cpp 182 case ISD::SDIVFIX:
1077 case ISD::SDIVFIX:
SelectionDAGBuilder.cpp 5403 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT;
5718 return ISD::SDIVFIX;
TargetLowering.cpp 8219 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT ||
8224 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 766 setOperationAction(ISD::SDIVFIX, VT, Expand);

Completed in 93 milliseconds