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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 720 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
180 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
200 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGDumper.cpp 298 case ISD::SETUGT: return "setugt";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 280 case ISD::SETUGT:
303 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
326 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
330 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
LegalizeFloatTypes.cpp 660 case ISD::SETUGT:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 584 case ISD::SETUGT: return PPC::PRED_GT;
620 case ISD::SETUGT: return 1;
    [all...]
PPCISelLowering.cpp 267 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
268 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 660 case ISD::SETUGT: return SPCC::ICC_GU;
684 case ISD::SETUGT: return SPCC::FCC_UG;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 700 case ISD::SETUGT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 551 case ISD::SETUGT: return Mips::FCOND_UGT;
    [all...]

Completed in 1746 milliseconds