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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_ULE: FOC = ISD::SETLE; FPC = ISD::SETULE; break;
189 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case FCmpInst::FCMP_ULE: return ISD::SETULE;
189 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
204 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 176 case FCmpInst::FCMP_ULE: return ISD::SETULE;
188 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
203 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE:
336 case ISD::SETUEQ: case ISD::SETULT: case ISD::SETULE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 236 case ISD::SETULE:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 489 case ISD::SETULE:
707 case ISD::SETULE:
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 233 case ISD::SETULE:
    [all...]
SelectionDAGDumper.cpp 344 case ISD::SETULE: return "setule";
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 238 case ISD::SETULE:
    [all...]
SelectionDAGDumper.cpp 373 case ISD::SETULE: return "setule";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 558 case ISD::SETULE:
592 case ISD::SETULE:
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
723 // We already got the bit for the first part of the comparison (e.g. SETULE).
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 655 case ISD::SETULE: return SPCC::ICC_LEU;
679 case ISD::SETULE: return SPCC::FCC_ULE;
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 427 case ISD::SETULE:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 78 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 639 case ISD::SETULE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCISelLowering.cpp 52 case ISD::SETULE:
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 638 milliseconds

1 2 3