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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 704 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 601 ISD::SETLT);
608 ISD::SETLT);
707 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT);
710 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT);
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 503 ISD::SETLT);
510 ISD::SETLT);
605 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT);
608 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT);
AMDGPUISelLowering.cpp 315 case ISD::SETLT: {
R600ISelLowering.cpp 891 case ISD::SETLT:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 601 ISD::SETLT);
608 ISD::SETLT);
707 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT);
710 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 582 case ISD::SETLT: return PPC::PRED_LT;
605 case ISD::SETLT: return 0; // Bit #0 = SETOLT
648 case ISD::SETLT:
739 case ISD::SETLT: {
772 case ISD::SETLT: {
812 case ISD::SETLT:
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 176 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
195 case ICmpInst::ICMP_SLT: return ISD::SETLT;
TargetLoweringBase.cpp 602 CCs[RTLIB::OLT_F32] = ISD::SETLT;
603 CCs[RTLIB::OLT_F64] = ISD::SETLT;
604 CCs[RTLIB::OLT_F128] = ISD::SETLT;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 127 case ISD::SETLT:
    [all...]
SelectionDAGDumper.cpp 304 case ISD::SETLT: return "setlt";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 256 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 450 case ISD::SETLT:
MipsISelLowering.cpp 463 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 764 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]

Completed in 321 milliseconds