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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 714 SETOEQ, // 0 0 0 1 True if ordered and equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 155 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
176 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 284 case ISD::SETOEQ: return "setoeq";
LegalizeFloatTypes.cpp 624 case ISD::SETOEQ:
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 309 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 551 case ISD::SETOEQ:
586 case ISD::SETOEQ:
587 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 666 case ISD::SETOEQ: return SPCC::FCC_E;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 235 // SETOEQ and SETUNE require checking two conditions.
236 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
237 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
238 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 511 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]

Completed in 457 milliseconds