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     [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/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/CodeGen/
Analysis.cpp 177 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
196 case ICmpInst::ICMP_SLT: return ISD::SETLT;
TargetLoweringBase.cpp 651 CCs[RTLIB::OLT_F32] = ISD::SETLT;
652 CCs[RTLIB::OLT_F64] = ISD::SETLT;
653 CCs[RTLIB::OLT_F128] = ISD::SETLT;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 603 case ISD::SETLT: return PPC::PRED_LT;
626 case ISD::SETLT: return 0; // Bit #0 = SETOLT
672 case ISD::SETLT:
773 case ISD::SETLT: {
806 case ISD::SETLT: {
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 142 case ISD::SETLT:
    [all...]
SelectionDAGDumper.cpp 317 case ISD::SETLT: return "setlt";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 287 case ISD::SETLT:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 47 setCondCodeAction(ISD::SETLT, MVT::f32, Expand);
59 setCondCodeAction(ISD::SETLT, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 471 case ISD::SETLT:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 136 milliseconds