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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 153 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
174 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 580 case ISD::SETOEQ:
615 case ISD::SETOEQ:
616 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
679 case ISD::SETOEQ:
810 case ISD::SETOEQ:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 289 case ISD::SETOEQ: return "setoeq";
TargetLowering.cpp 113 case ISD::SETOEQ:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 310 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 198 case ISD::SETOEQ:
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 668 case ISD::SETOEQ: return SPCC::FCC_E;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 247 // SETOEQ and SETUNE require checking two conditions.
248 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
249 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
250 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 624 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]

Completed in 211 milliseconds