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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 178 case FCmpInst::FCMP_ULE: return ISD::SETULE;
190 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
205 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 193 case ISD::SETULE:
    [all...]
SelectionDAGDumper.cpp 343 case ISD::SETULE: return "setule";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 286 case ISD::SETULE:
335 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 469 case ISD::SETULE:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 132 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 138 setOperationAction(ISD::SETULE, VT, Expand);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 522 case ISD::SETULE: return Mips::FCOND_ULE;
    [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/AMDGPU/
R600ISelLowering.cpp 57 setCondCodeAction(ISD::SETULE, MVT::f32, Expand);
61 setCondCodeAction(ISD::SETULE, MVT::i32, Expand);
    [all...]
AMDGPUISelLowering.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 311 milliseconds