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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
179 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
194 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 590 case ISD::SETUGE:
618 case ISD::SETUGE:
619 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
670 case ISD::SETUGE:
829 case ISD::SETUGE: {
    [all...]
PPCISelLowering.cpp 439 setCondCodeAction(ISD::SETUGE, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 163 case ISD::SETUGE:
    [all...]
SelectionDAGDumper.cpp 300 case ISD::SETUGE: return "setuge";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 264 case ISD::SETUGE: return 2;
311 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 224 case ISD::SETUGE:
AMDILISelLowering.cpp 126 setOperationAction(ISD::SETUGE, VT, Expand);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 658 case ISD::SETUGE: return SPCC::ICC_CC;
682 case ISD::SETUGE: return SPCC::FCC_UGE;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 722 case ISD::SETUGE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 637 case ISD::SETUGE: return Mips::FCOND_UGE;
    [all...]

Completed in 384 milliseconds