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 708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break;
195 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT:
337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE:
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 253 case ISD::SETUGT:
276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
299 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
303 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 568 case ISD::SETUGT: return PPC::PRED_GT;
604 case ISD::SETUGT: return 1;
    [all...]
PPCISelLowering.cpp 242 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
243 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 656 case ISD::SETUGT: return SPCC::ICC_GU;
680 case ISD::SETUGT: return SPCC::FCC_UG;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 659 case ISD::SETUGT:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 703 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 468 case ISD::SETUGT: return Mips::FCOND_UGT;
    [all...]

Completed in 776 milliseconds