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     [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 288 case ISD::SETOEQ: return "setoeq";
LegalizeFloatTypes.cpp 624 case ISD::SETOEQ:
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 327 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 568 case ISD::SETOEQ:
603 case ISD::SETOEQ:
604 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 671 case ISD::SETOEQ: return SPCC::FCC_E;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 240 // SETOEQ and SETUNE require checking two conditions.
241 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
242 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
243 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 539 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]

Completed in 196 milliseconds