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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 374 /// (setcce lhshi rhshi (subc lhslo rhslo) cc). Only valid for integers.
375 SETCCE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 213 case ISD::SETCCE: return "setcce";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 428 setOperationAction(ISD::SETCCE , MVT::i8 , Custom);
429 setOperationAction(ISD::SETCCE , MVT::i16 , Custom);
430 setOperationAction(ISD::SETCCE , MVT::i32 , Custom);
434 setOperationAction(ISD::SETCCE , MVT::i64 , Custom);
    [all...]

Completed in 67 milliseconds