HomeSort by relevance Sort by last modified time
    Searched defs:SETCC (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 50 /// SetCC - Operand 0 is condition code, and operand 1 is the flag
52 SETCC,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 32 SETCC,
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 325 /// Much like the scalar select and setcc, each bit in the condition selects
338 /// SetCC operator - This evaluates to a true value iff the condition is
344 SETCC,
530 /// compare, rather than as a combined SetCC node. The operands in order
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 98 /// X86 SetCC. Operand 0 is condition code, and operand 1 is the EFLAGS
100 SETCC,
105 // Same as SETCC except it's materialized with a sbb and the value is all
109 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
608 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 590 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
592 // equivalent to a setcc. Also, set the incoming LHS, RHS, and CC references to
597 if (N.getOpcode() == ISD::SETCC) {
615 // isOneUseSetCC - Return true if this is a SetCC-equivalent operation with only
    [all...]

Completed in 73 milliseconds