HomeSort by relevance Sort by last modified time
    Searched refs:SETCC (Results 26 - 27 of 27) sorted by null

12

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 81 // Use i32 for setcc operations results (slt, sgt, ...).
216 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i32, Op.getOperand(2),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 177 // PowerPC wants to optimize integer setcc a bit
178 setOperationAction(ISD::SETCC, MVT::i32, Custom);
180 // PowerPC does not have BRCOND which requires SetCC
    [all...]

Completed in 53 milliseconds

12