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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 311 case ISD::SETEQ: case ISD::SETOEQ: case ISD::SETUEQ:
336 case ISD::SETUEQ: case ISD::SETULT: case ISD::SETULE:
  /external/llvm/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UEQ: FOC = ISD::SETEQ; FPC = ISD::SETUEQ; break;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 546 case ISD::SETUEQ:
597 case ISD::SETUEQ:
    [all...]
PPCISelLowering.cpp 244 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand);
245 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 623 case ISD::SETUEQ:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 685 case ISD::SETUEQ: return SPCC::FCC_UE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 672 case ISD::SETUEQ:
    [all...]
SelectionDAG.cpp 301 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 474 case ISD::SETUEQ: return Mips::FCOND_UEQ;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 41 milliseconds