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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ;
176 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 293 case ISD::SETUEQ: return "setue";
TargetLowering.cpp     [all...]
SelectionDAG.cpp 310 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeFloatTypes.cpp 672 case ISD::SETUEQ:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 545 case ISD::SETUEQ:
596 case ISD::SETUEQ:
    [all...]
PPCISelLowering.cpp 265 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand);
266 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 684 case ISD::SETUEQ: return SPCC::FCC_UE;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 529 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 977 milliseconds