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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 377 /// (setcce lhshi rhshi (subc lhslo rhslo) cc). Only valid for integers.
378 SETCCE,
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 74 setOperationAction(ISD::SETCCE, MVT::i32, Custom);
180 case ISD::SETCCE:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 214 case ISD::SETCCE: return "setcce";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 397 setOperationAction(ISD::SETCCE, VT, Custom);
    [all...]

Completed in 2330 milliseconds