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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case FCmpInst::FCMP_ULT: return ISD::SETULT;
189 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
209 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 189 case ISD::SETULT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 342 case ISD::SETULT: return "setult";
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 285 case ISD::SETULT:
310 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
333 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
336 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 56 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
62 setCondCodeAction(ISD::SETULT, MVT::i32, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 347 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
348 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 468 case ISD::SETULT:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 132 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 135 setOperationAction(ISD::SETULT, VT, Expand);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 521 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 2647 milliseconds