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

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 70 /// which will be produced by a setcc instruction.
73 /// This serves most of the functions of the LLVM SETCC instruction, for two
81 SETCC,
  /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 332 /// Much like the scalar select and setcc, each bit in the condition selects
345 /// SetCC operator - This evaluates to a true value iff the condition is
351 SETCC,
502 /// 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.
558 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 540 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
541 // that selects between the values 1 and 0, making it equivalent to a setcc.
547 if (N.getOpcode() == ISD::SETCC) {
566 // isOneUseSetCC - Return true if this is a SetCC-equivalent operation with only
    [all...]

Completed in 26 milliseconds