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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 162 case FCmpInst::FCMP_UNO: return ISD::SETUO;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 296 case ISD::SETUO: return "setuo";
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 326 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
    [all...]
LegalizeFloatTypes.cpp 647 case ISD::SETUO:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 581 case ISD::SETUO: return PPC::PRED_UN;
605 case ISD::SETUO: return 3; // Bit #3 = SETUO
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 686 case ISD::SETUO: return SPCC::FCC_U;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 553 case ISD::SETUO: return Mips::FCOND_UN;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 569 milliseconds