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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_ULT: return ISD::SETULT;
177 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
197 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 182 case ISD::SETULT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 310 case ISD::SETULT: return "setult";
SelectionDAG.cpp 291 case ISD::SETULT:
316 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
339 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
342 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 613 case ISD::SETULT: return PPC::PRED_LT;
645 case ISD::SETULT: return 0;
687 case ISD::SETULT:
    [all...]
PPCISelLowering.cpp 339 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
340 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
531 setCondCodeAction(ISD::SETULT, MVT::v4f32, Expand);
566 setCondCodeAction(ISD::SETULT, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 55 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
61 setCondCodeAction(ISD::SETULT, MVT::i32, Expand);
    [all...]
SIISelLowering.cpp 63 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
70 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 479 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 135 setOperationAction(ISD::SETULT, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 135 setOperationAction(ISD::SETULT, VT, Expand);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 91 milliseconds