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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 176 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
192 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
207 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 201 case ISD::SETUGE:
    [all...]
SelectionDAGDumper.cpp 341 case ISD::SETUGE: return "setuge";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 288 case ISD::SETUGE: return 2;
335 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 596 case ISD::SETUGE:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 132 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 136 setOperationAction(ISD::SETUGE, VT, Expand);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 54 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 193 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand);
198 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand);
289 setCondCodeAction(ISD::SETUGE, Ty, Expand);
325 setCondCodeAction(ISD::SETUGE, Ty, Expand);
    [all...]
MipsISelLowering.cpp 524 case ISD::SETUGE: return Mips::FCOND_UGE;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.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 737 milliseconds