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 715 SETOEQ, // 0 0 0 1 True if ordered and equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 155 case FCmpInst::FCMP_OEQ: FOC = ISD::SETEQ; FPC = ISD::SETOEQ; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 311 case ISD::SETEQ: case ISD::SETOEQ: case ISD::SETUEQ:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 552 case ISD::SETOEQ:
587 case ISD::SETOEQ:
588 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 620 case ISD::SETOEQ:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 624 case ISD::SETOEQ:
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 300 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 667 case ISD::SETOEQ: return SPCC::FCC_E;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 243 // SETOEQ and SETUNE require checking two conditions.
244 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
245 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
246 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 456 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]

Completed in 1354 milliseconds