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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 705 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [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 297 case ISD::SETULT: return "setult";
SelectionDAG.cpp 260 case ISD::SETULT:
285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
308 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
311 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 592 case ISD::SETULT: return PPC::PRED_LT;
624 case ISD::SETULT: return 0;
661 case ISD::SETULT:
814 case ISD::SETULT:
    [all...]
PPCISelLowering.cpp 303 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
304 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
493 setCondCodeAction(ISD::SETULT, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 311 case ISD::SETULT:
AMDILISelLowering.cpp 124 setOperationAction(ISD::SETULT, VT, Expand);
R600ISelLowering.cpp 887 case ISD::SETULT:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 135 setOperationAction(ISD::SETULT, VT, Expand);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 454 case ISD::SETULT:
MipsISelLowering.cpp 471 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 135 setOperationAction(ISD::SETULT, VT, Expand);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 738 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 76 milliseconds