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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_ULT: return ISD::SETULT;
176 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
196 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 167 case ISD::SETULT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 301 case ISD::SETULT: return "setult";
SelectionDAG.cpp 261 case ISD::SETULT:
286 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
309 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
312 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 595 case ISD::SETULT: return PPC::PRED_LT;
631 case ISD::SETULT: return 0;
668 case ISD::SETULT:
821 case ISD::SETULT:
    [all...]
PPCISelLowering.cpp 270 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
271 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
440 setCondCodeAction(ISD::SETULT, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 212 case ISD::SETULT:
AMDILISelLowering.cpp 125 setOperationAction(ISD::SETULT, VT, Expand);
R600ISelLowering.cpp 596 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 655 case ISD::SETULT: return SPCC::ICC_CS;
679 case ISD::SETULT: return SPCC::FCC_UL;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 735 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 634 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]

Completed in 563 milliseconds