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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_ULE: return ISD::SETULE;
177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
192 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 171 case ISD::SETULE:
    [all...]
SelectionDAGDumper.cpp 302 case ISD::SETULE: return "setule";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 262 case ISD::SETULE:
311 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 586 case ISD::SETULE:
620 case ISD::SETULE:
621 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
671 case ISD::SETULE:
844 case ISD::SETULE:
    [all...]
PPCISelLowering.cpp 441 setCondCodeAction(ISD::SETULE, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 211 case ISD::SETULE:
AMDILISelLowering.cpp 128 setOperationAction(ISD::SETULE, VT, Expand);
R600ISelLowering.cpp 595 case ISD::SETULE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 656 case ISD::SETULE: return SPCC::ICC_LEU;
680 case ISD::SETULE: return SPCC::FCC_ULE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 720 case ISD::SETULE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 635 case ISD::SETULE: return Mips::FCOND_ULE;
    [all...]

Completed in 104 milliseconds