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 31 SETCC,
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 330 /// Much like the scalar select and setcc, each bit in the condition selects
343 /// SetCC operator - This evaluates to a true value iff the condition is
349 SETCC,
497 /// compare, rather than as a combined SetCC node. The operands in order
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 89 /// X86 SetCC. Operand 0 is condition code, and operand 1 is the EFLAGS
91 SETCC,
93 // Same as SETCC except it's materialized with a sbb and the value is all
97 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
531 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 531 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
532 // that selects between the values 1 and 0, making it equivalent to a setcc.
538 if (N.getOpcode() == ISD::SETCC) {
557 // isOneUseSetCC - Return true if this is a SetCC-equivalent operation with only
    [all...]

Completed in 94 milliseconds