HomeSort by relevance Sort by last modified time
    Searched refs:SMULO (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 224 SMULO, UMULO,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 211 case ISD::SMULO: return "smulo";
LegalizeIntegerTypes.cpp 121 case ISD::SMULO:
691 if (N->getOpcode() == ISD::SMULO) {
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 267 setOperationAction(ISD::SMULO, MVT::i32, Custom);
268 setOperationAction(ISD::SMULO, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 66 milliseconds